diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-16 02:25:30 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-16 02:25:30 +0100 |
commit | 78c876b933b3f7a7d44f72aecdcc097bb0e354ab (patch) | |
tree | e7b1cc620cbf573231b3e528ce4a4c33fbd275ba | |
parent | ff1438dd1176f1cbb0192f54e6dd3a8f145d64f0 (diff) |
fixed invalid password
the password is fooBar, not foobar
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | ldap1.adoci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap1.adoci b/ldap1.adoci index 5941ad7..603233b 100644 --- a/ldap1.adoci +++ b/ldap1.adoci @@ -208,6 +208,6 @@ output is shown below). > permisRole: student > userPassword:: Zm9vQmFy -That's it! By the way, we can note that our password 'foobar' is stored as +That's it! By the way, we can note that our password 'fooBar' is stored as 'Zm9vQmFy' (its NT-OWF hashed format). |