mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-13 06:25:00 -05:00
Fix message about no spaces in password - spaces work
fine with ssl setup shell script removed.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user