LDAP_EXOP
This commit is contained in:
parent
86b10eda6a
commit
b58fb827fd
|
@ -755,7 +755,7 @@
|
|||
<listitem>
|
||||
<para>Password hash type: If possible use CRYPT-SHA512 or SSHA to
|
||||
protect your user's passwords. The option SASL will set the password
|
||||
to "{SASL}<user name>".</para>
|
||||
to "{SASL}<user name>". If you want to use an LDAP EXOP password operation to update the password then select LDAP_EXOP.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1998,7 +1998,7 @@
|
|||
|
||||
<literallayout>
|
||||
#!/bin/bash
|
||||
uid=$1
|
||||
uid=$1
|
||||
server=ldap.domain.com
|
||||
baseDN=ou=people,dc=example,dc=com
|
||||
port=389
|
||||
|
|
Loading…
Reference in New Issue