| To: | qmail-ldap@qmail-ldap.org |
|---|---|
| Subject: | Re: help on qmail-pop3d |
| From: | UEDA Hiroyuki <ueda@netforest.ad.jp> |
| Date: | Thu, 28 Dec 2006 15:35:30 +0900 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | qmail-ldap-list@securepoint.com |
| Delivered-to: | mailing list qmail-ldap@qmail-ldap.org |
| In-reply-to: | <006501c729bc$e856edb0$71011bac@nio.org> |
| Mailing-list: | contact qmail-ldap-help@qmail-ldap.org; run by ezmlm |
| Organization: | Netforest Inc., JAPAN |
| References: | <006501c729bc$e856edb0$71011bac@nio.org> |
Hello, all!
> My ldap ldif file of a user is
>
> # remy, chapora.nio.org, os, link
> dn: cn=remy,ou=chapora.nio.org,o=os,dc=link
;
> userPassword:: cmVteTEy
> accountStatus: active
How did you create value for userPassword? It seems plain with Base64
encoding.
% echo cmVteTEy | nkf -mB
remy12
For example, my test server has some users object in LDAP tree and one
of them has a userPasword as follows:
userPassword:: e1NIQX1sN3ZIbG5uK0hQMmErMUw5YndIUU03UjVWVjA9
Then,
% echo e1NIQX1sN3ZIbG5uK0hQMmErMUw5YndIUU03UjVWVjA9 | nkf -mB
{SHA}l7vHlnn+HP2a+1L9bwHQM7R5VV0=
is obtained.
Recently I have not built qmail-ldap server, however, you need encrypted
password for userPassword attribute, don't you?
Best regards.
-----
UEDA Hiroyuki <ueda@netforest.ad.jp>
Netforest Inc., JAPAN
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: qmailctl, brian |
|---|---|
| Next by Date: | Re: qmailctl, Ramdas |
| Previous by Thread: | Re: help on qmail-pop3d, Sebastian Benoit |
| Next by Thread: | Re: help on qmail-pop3d, Sameer N Ingole |
| Indexes: | [Date] [Thread] [Top] [All Lists] |