| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| patch-1-v0.9-1-SecretManager.sql | 2014-11-05 | 389 Bytes | |
| Secret_Manager-0_2014-06-11.sql | 2014-06-11 | 7.7 kB | |
| Totals: 2 Items | 8.1 kB | 0 | |
Date : 2018-05-01
Author : Pierre-Luc MARY
Contact me : mailto:pl.mary(at)free.fr
Bug track ticket : https://sourceforge.net/p/secretmanager/tickets/?source=navbar
[ FR ]
Quelles nouvelles :
Cette version corrige les authentifications via un LDAP, ainsi que le problème d'intégrité des fichiers.
La nouvelle machine virtuelle est disponible à l'adresse ci-dessous :
https://sourceforge.net/projects/secretmanager/files/VM-SecretManager-v1.0-2.zip/download
Important : Un guide d'installation et d'utilisation ont été rédigés pour utiliser la VM.
Pour ce connecter à la VM : user: "root", password: "plmary". L'adresse IP doit être 192.168.56.101
et ne fonctionne que sur le réseau privé de VirtualBox.
------------------------
Première installation :
Déziper "SecretManager-v1.0-2.zip" dans le "DocumentRoot" de
votre Serveur Apache (voir la configuration de votre httpd-vhosts.conf). Ensuite, lire le
"Guide d'installation" dans le répertoire "Documentations" dans l'arborescence de
SecretManager.
Utilisateur par défaut dans SecretManager :
Nom utilisateur : "root",
Mot de passe : "Welcome !"
Clé opérateur par défaut : "CleO"
===================================
[ EN ] What news:
- The new "virtual machine" has been made available. See the link above. An installation
and use guide has written.
https://sourceforge.net/projects/secretmanager/files/VM-SecretManager-v1.0-2.zip/download
VM user connection:
user: "root",
password: "plmary"
VM IP address is "192.168.56.101" on "Host-only networking"
- This version fixe little LDAP authentication bug and check integrity
--------------------
First installation:
Unzip "SecretManager-v1.0-2.zip" in the "DocumentRoot" your Apache Server (see your
httpd-vhosts.conf).
Then read the "Installation Guide" in the "Documents" folder in the tree SecretManager.
Default SecretManager user :
Username: "root",
Password: "Welcome !"
Default Operator Key : "CleO"
*** ========================================================== ***
Important:
"hosts" file must contain the following line : 127.0.0.1 secretmanager.local
"httpd-vhosts.conf" file must contain the following lines (carefull, it's an exemple.
Adjust the locations 'D:/xampp/htdocs' and 'D:\xampp\apache\conf' as your context) :
<VirtualHost secretmanager.local:443>
ServerName secretmanager.local
ServerAlias secretmanager
DocumentRoot D:/xampp/htdocs/SecretManager
SSLEngine on SSLCertificateFile D:\xampp\apache\conf\ssl.crt\server.crt
SSLCertificateKeyFile D:\xampp\apache\conf\ssl.key\server.key
ServerAdmin secretmanager@yourcompagny.com
<Directory D:/xampp/htdocs/SecretManager>
DirectoryIndex index.php index.html
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory D:/xampp/htdocs/SecretManager/Backup>
Order allow,deny
Allow from localhost
Deny from all
</Directory>
<Directory D:/xampp/htdocs/SecretManager/Libraries/Restricted>
Order allow,deny
Allow from localhost
Deny from all
</Directory>
CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
Start SecretServer in background :
Windows users, I've initiate "SM-secrets-server.vbs" and "SM-secrets-server.bat" (ajust
them. Implement the Environment variable "SecretManager")
Linux users, you can start SecretServer whith a simple
"sudo -b /Applications/xampp/htdocs/SecretManager/SM-secrets-server.php"
If it's your SecretManager first start, in "Preferences management" and in "SecretServer"
tab, you can load the mother key and using the default operator key "CleO".
After, you must change "operator key" and "mother key" on your product computer.
Have fun !!!