Server User Manual

ldapsearch
251
Required or Optional Option Description Example
maxssf — Require
a maximum security
strength; this option
needs a numeric
value specifying
bits of encryption. A
value of - 1 means
integrity is provided
without privacy. The
maximum value is
128.
Table 6.8. Description of DIGEST-MD5 SASL Mechanism Options
Required or Optional Option Description Example
Required mech=GSSAPI Gives the SASL
mechanism.
NOTE
Have
the
Kerberos
ticket
before
issuing
a
GSS-
API
request.
-o “mech=GSSAPI”
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 simple
passive attack.
noanonymous
— Do not permit
mechanisms that
allow anonymous
access.
-o
“secprop=noplain,noanonymous,
maxssf=56,minssf=56”