Fix message about no spaces in password - spaces work

fine with ssl setup shell script removed.
This commit is contained in:
Karl MacMillan 0001-01-01 00:00:00 +00:00
parent 99c676702b
commit 4e377ad7e8

View File

@ -226,7 +226,7 @@ def read_dm_password():
print "Certain directory server operations require an administrative user."
print "This user is referred to as the Directory Manager and has full access"
print "to the Directory for system management tasks."
print "The password must be at least 8 characters long, and contain no spaces."
print "The password must be at least 8 characters long."
print ""
#TODO: provide the option of generating a random password
dm_password = read_password("Directory Manager")