Red Hat Directory Server 8.0 Configuration, Command, and File Reference

Required or
Optional
Option Description Example
the maximum
receive buffer size
the client will
accept when using
integrity or privacy
settings.
Table 6.6. Description of CRAM-MD5 Mechanism Options
Required or
Optional
Option Description Example
Required mech=DIGEST-MD5 Gives the SASL
mechanism.
-o
“mech=DIGEST-MD5”
Required authid=authid_value Gives the ID used to
authenticate to the
server. authid_value
can be the following:
UID. For example,
msmith.
u: uid. For
example, u:
msmith.
dn: dn_value. For
example, dn:
uid=msmith,ou=People,o=example.com.
-o
“authid=dn:uid=msmith,ou=People,o=example.com"
Optional secprop=value The secprop attribute
sets the security
properties for the
connection. The
secprop value can be
any of the following:
None
noplain — Do not
permit mechanisms
susceptible to
-o
“secprop=noplain,noanonymous,
maxssf=128,minssf=128”
ldapsearch
207