1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Jim McDonough
f924cb5358 Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,
though it is up to the calling function to decide whether values are
strings or not.  Attributes are not converted at this point, though support
for it would be simple.

I have tested it with users and groups using non-ascii chars, and if the
check for alphanumeric user/domain names is removed form sesssetup.c, even
a user with accented chars can connect, or even login (via winbind).

I have also simplified the interfaces to ads_mod_*, though we will probably
want to expand this by a few functions in the near future.  We just had
too many ways to do the same thing...
-
Jim McDonough
e097666499 talloc'ify ads modify functions. -
Jim McDonough
6169b668fe Update for new ads modlist structure passing -
Jim McDonough
76afc886a8 Update for function name changes, plus do some of the optional attributes on printer modify, now that the ldap control is working. -
Jim McDonough
538c19a698 Minor bug fixes, plus support to remove a printer. Commented out optional attributes until a method for checking for their existence is done. -
Jim McDonough
9467792843 Fix build errors on non-ldap systems...change function parms from LDAPMod ** to void ** -
Jim McDonough
146c731c35 Fix file header description and copyright (from cut-and-paste laziness) -
Jim McDonough
b14e638aeb Module for ADS operations on a printer object in the directory. Initially it creates and modifies a printQueue object in the directory -