[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: olcAuthIDRewrite
Quanah Gibson-Mount wrote:
You want
cvs -z3 checkout -P -rOPENLDAP_REL_ENG_2_4 ldap
Thanks for the tips.
cvs -z3 checkout -P -rOPENLDAP_REL_ENG_2_4 ldap
cd ldap
./configure --enable-spasswd --enable-modules --enable-rwm
--enable-sssvlv --enable-rewrite --enable-crypt
make depend
make
sudo make install
sudo /usr/local/libexec/slapd -F /etc/ldap/slapd.d/ -h 'ldap:///
ldapi:///' -u openldap -g openldap
conn=0 op=7 MOD dn="cn=config"
conn=0 op=7 MOD attr=olcAuthIDRewrite
conn=0 op=7 RESULT tag=103 err=80 text=<olcAuthIDRewrite> handler exited
with 1
Same error as before when modifying olcAuthIDRewrite. Any other thoughts?
Willie