[Fedora-directory-users] ldappasswd problem

Nathan Kinder nkinder at redhat.com
Wed Nov 22 16:33:44 UTC 2006


koniczynek wrote:
> Eric Beda napisał(a):
>> i am trying to set up virtual mailserver using postfix,dovecot and jamm,
>> i'm walking through a tutorial that is based on openldap, i am 
>> required to
>> make fedora ds use CRYPT password mechanism how do i set that up?
> In the administration console there is option which specifies 
> algorythm for user passwords. Choose CRYPT from there, should work.
>
>> also i seem to fail to change users passwords, whenever i issue the 
>> command
>>
>> ldappasswd -D "cn=manager,dc=example,dc=example" -x -w "secret" -s
>> "secret" "mail=ebeda at somedomain,jvd=somename,dc=example,dc=example"
>>
>> i get the following error
>>
>> Result: Confidentiality required (13)
>> Additional info: Operation requires a secure connection.
>>
>> note that my directory manager dn is "cn=manager,dc=example,dc=example"
>> and i'm using fedora ds 7.1
> Secure connection - it means that you need to configure SSL for your 
> DS and then change passwords over a SSL connection
The password modify extended operation (which ldappasswd uses) is also 
allowed if you use a SASL mechanism that provides confidentiality such 
as DIGEST-MD5 or GSSAPI.  These approaches conflict with your need to 
use crypt hashing for your passwords though, so you're stuck using SSL.

-NGK


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3241 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/fedora-directory-users/attachments/20061122/1de5723f/attachment.bin>


More information about the Fedora-directory-users mailing list