mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
c35bf45785
* Added new APIs for modifying groups.
* RIDs are allocated similarly to NT, starting from 1000 and incrementing by 1
for each new user/group.
* RIDs are now consistently in hex
* Fixed bugs reported by Allan Bjorklund <allan@umich.edu>:
- ldap_close_connection is exported by OpenLDAP - changed to ldap_disconnect
- Missing ldap_connect() in getusergroups functions
- ldap_next_entry was being called too early while retrieving a sam_struct
- LDAP globals should be extern in sampassldap.c
* Fixed bugs reported by Martin Hofbauer <mh@bacher.at>
- Newly added workstation trust accounts had attributes DU rather than W.
- User dn's were forced to start with "uid=XX" rather than using the existing
dn.
(This used to be commit
|
||
---|---|---|
.. | ||
aliasdb.c | ||
aliasfile.c | ||
aliasldap.c | ||
aliasunix.c | ||
builtindb.c | ||
builtinldap.c | ||
builtinunix.c | ||
groupdb.c | ||
groupfile.c | ||
groupldap.c | ||
groupunix.c |