diff options
author | Simo Sorce <idra@samba.org> | 2007-03-01 00:49:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:16 -0500 |
commit | e9e6af59510242fbc78fd2100026d8dc79f18773 (patch) | |
tree | 9772eae2c2a7f5b0647b9b6662598e79479b884a /source3/lib/time.c | |
parent | 578a817e47ac6ccda5593cc0b5e40d4fee2b18d1 (diff) | |
download | samba-e9e6af59510242fbc78fd2100026d8dc79f18773.tar.gz samba-e9e6af59510242fbc78fd2100026d8dc79f18773.tar.bz2 samba-e9e6af59510242fbc78fd2100026d8dc79f18773.zip |
r21606: Implement escaping function for ldap RDN values
Fix escaping of DN components and filters around the code
Add some notes to commandline help messages about how to pass DNs
revert jra's "concistency" commit to nsswitch/winbindd_ads.c, as it was
incorrect.
The 2 functions use DNs in different ways.
- lookup_usergroups_member() uses the DN in a search filter,
and must use the filter escaping function to escape it
Escaping filters that include escaped DNs ("\," becomes "\5c,") is the
correct way to do it (tested against W2k3).
- lookup_usergroups_memberof() instead uses the DN ultimately as a base dn.
Both functions do NOT need any DN escaping function as DNs can't be reliably
escaped when in a string form, intead each single RDN value must be escaped
separately.
DNs coming from other ldap calls (like ads_get_dn()), do not need escaping as
they come already escaped on the wire and passed as is by the ldap libraries
DN filtering has been tested.
For example now it is possible to do something like:
'net ads add user joe#5' as now the '#' character is correctly escaped when
building the DN, previously such a call failed with Invalid DN Syntax.
Simo.
(This used to be commit 5b4838f62ab1a92bfe02626ef40d7f94c2598322)
Diffstat (limited to 'source3/lib/time.c')
0 files changed, 0 insertions, 0 deletions