mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
c8ba729f84
The option string, e.g. '<oid>=:dn:' is parsed like a LDIF entry starting from the '=' and replacing the '=' with a dummy variable 'x'. In this case, said string is 'x:dn:', so the resulting effective value is 'dn:'. This also implies that base64 values have to be passed in the form '<oid>=::<b64value>'. |
||
---|---|---|
.. | ||
common.c | ||
common.h | ||
ldapcompare.c | ||
ldapdelete.c | ||
ldapexop.c | ||
ldapmodify.c | ||
ldapmodrdn.c | ||
ldappasswd.c | ||
ldapsearch.c | ||
ldapurl.c | ||
ldapvc.c | ||
ldapwhoami.c | ||
Makefile.in |