Loading ldap-tools/ldap-debian-edu-install +1 −1 Original line number Diff line number Diff line #!/bin/bash set -e # This script is run at main server installation time inside Debian Installer. # This script is run during installation of the main server inside Debian Installer. # Don't ever use it manually! You will definitely ruin your main server! # If you intend to re-create the LDAP data base, use the dedicated tool: Loading share/debian-edu-config/tools/edu-ldap-from-scratch +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Use uid and cleartext passwords as params: edu-ldap-from-scratch <first-user uid> <first-user password> <root password> Please note: the <first-user uid> must be the same one used during installation! Please note: the <first-user uid> must be the same as the one used during installation! The cleartext passwords in debconf are cleared after the script has been run. Loading Loading
ldap-tools/ldap-debian-edu-install +1 −1 Original line number Diff line number Diff line #!/bin/bash set -e # This script is run at main server installation time inside Debian Installer. # This script is run during installation of the main server inside Debian Installer. # Don't ever use it manually! You will definitely ruin your main server! # If you intend to re-create the LDAP data base, use the dedicated tool: Loading
share/debian-edu-config/tools/edu-ldap-from-scratch +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Use uid and cleartext passwords as params: edu-ldap-from-scratch <first-user uid> <first-user password> <root password> Please note: the <first-user uid> must be the same one used during installation! Please note: the <first-user uid> must be the same as the one used during installation! The cleartext passwords in debconf are cleared after the script has been run. Loading