Commit 422b201c authored by Holger Levsen's avatar Holger Levsen
Browse files

minor wording improvements

parent c19d34fc
Loading
Loading
Loading
Loading
+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:
+1 −1
Original line number Diff line number Diff line
@@ -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.