mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
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 | ||