Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-07-08 | Kill off const warnings - add a pile of const to various places. | Andrew Bartlett | 1 | -1/+1 | |
(This used to be commit 1de04ec4735c19ec21cdef6e679cea17c734c5f6) | |||||
2002-06-24 | Support utf8 on the wire for ads ldap. DN's are converted, as well as strings, | Jim McDonough | 1 | -14/+15 | |
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... (This used to be commit f924cb53580bc081ff34e45abba57629018c68d6) | |||||
2002-05-09 | Add ads group account add function. | Jim McDonough | 1 | -0/+33 | |
(This used to be commit 180311a48cfa808ea9edc9f32558554b243b10eb) | |||||
2002-04-04 | Contains functions to manage/view AD user accounts via ldap. Initially has fns | Jim McDonough | 1 | -0/+80 | |
to find and add a user. (This used to be commit 773303a284825af89d70ea633004fc30225e7a85) |