mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
fix examples
This commit is contained in:
parent
6bedf74c41
commit
e9fb10d2b7
1 changed files with 7 additions and 6 deletions
|
|
@ -80,11 +80,11 @@
|
|||
* 2.1.2. Response
|
||||
*
|
||||
* { { memberOf, "cn=abartlet,cn=users,dc=abartlet,dc=net",
|
||||
* { GUID, [ "0bc11d00-e431-40a0-8767-344a320142fa" ],
|
||||
* SID, [ "S-1-2-3-2345" ] } },
|
||||
* { { GUID, [ "0bc11d00-e431-40a0-8767-344a320142fa" ] },
|
||||
* { SID, [ "S-1-2-3-2345" ] } } },
|
||||
* { memberOf, "cn=ando,cn=users,dc=sys-net,dc=it",
|
||||
* { GUID, [ "0bc11d00-e431-40a0-8767-344a320142fb" ],
|
||||
* SID, [ "S-1-2-3-2346" ] } } }
|
||||
* { { GUID, [ "0bc11d00-e431-40a0-8767-344a320142fb" ] },
|
||||
* { SID, [ "S-1-2-3-2346" ] } } } }
|
||||
*
|
||||
* 2.2. Example
|
||||
*
|
||||
|
|
@ -95,8 +95,9 @@
|
|||
* 2.2.2. Response
|
||||
*
|
||||
* { { member, "cn=ando,cn=users,dc=sys-net,dc=it",
|
||||
* { cn, [ "ando", "Pierangelo Masarati" ],
|
||||
* uid, [ "ando" ] } } }
|
||||
* { { cn, [ "ando", "Pierangelo Masarati" ] },
|
||||
* { uid, [ "ando" ] } } },
|
||||
* { member, "dc=sys-net,dc=it" } }
|
||||
*/
|
||||
|
||||
#define o_deref o_ctrlflag[deref_cid]
|
||||
|
|
|
|||
Loading…
Reference in a new issue