1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

14 Commits

Author SHA1 Message Date
Andrew Tridgell
bc83d55f44 added ads_search_dn() and ads_pull_sids() -
Andrew Tridgell
88241cab98 added a basic ADS backend to winbind. More work needed, but at
least basic operations work
-
Andrew Tridgell
2a4ce3de6a ads->realm must not be NULL
perhaps we should just fail ads_init() in this case?
-
Andrew Tridgell
5a5f140f84 define LDAP_PORT when not available -
Andrew Bartlett
8f9ce71781 Make better use of the ads_init() function to get the kerberos relam etc.
This allows us to use automagically obtained values in future, and the value
from krb5.conf now.

Also fix mem leaks etc.

Andrew Bartlett
-
Andrew Tridgell
23ef22f117 fixed some krb5 ifdefs -
Herb Lewis
5f625f2877 add .po32 files to ignore list -
Andrew Tridgell
e2ba2383c9 fix a bunch of places where we can double-free a cli structure -
Andrew Tridgell
f482583139 added "net ads user" and "net ads group" commands -
Andrew Tridgell
ae0eabd04c added "net ads status" command -
Andrew Tridgell
69d256af46 better auto-selection of realm and ldap server -
Andrew Tridgell
058a5aee90 added "net join" command
this completes the first stage of the smbd ADS support
-
Tim Potter
5d343b4065 Ignore *.po files. -
Andrew Tridgell
c7f6116919 added the beginnings of ADS support in smbd -