summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-12-06 17:29:25 -0500
committerKarl MacMillan <kmacmill@redhat.com>2007-12-06 17:29:25 -0500
commit4e377ad7e8eccf6a91875e1d872374fd345e8634 (patch)
tree26621dafffdaedd0c971c2cc9ed9c58c4bcabcb2 /ipa-server/ipa-install
parent99c676702b98edb9774675390edd36e3293bbfeb (diff)
downloadfreeipa-4e377ad7e8eccf6a91875e1d872374fd345e8634.tar.gz
freeipa-4e377ad7e8eccf6a91875e1d872374fd345e8634.tar.xz
freeipa-4e377ad7e8eccf6a91875e1d872374fd345e8634.zip
Fix message about no spaces in password - spaces work
fine with ssl setup shell script removed.
Diffstat (limited to 'ipa-server/ipa-install')
-rw-r--r--ipa-server/ipa-install/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install
index a33a3e89..e4c3688f 100644
--- a/ipa-server/ipa-install/ipa-server-install
+++ b/ipa-server/ipa-install/ipa-server-install
@@ -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")