Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-08 | Do not use a variable format string | Volker Lendecke | 1 | -1/+1 | |
2009-06-08 | Implement pdb_ads_enum_aliasmem | Volker Lendecke | 1 | -3/+86 | |
2009-06-08 | Implement pdb_ads_delete_alias | Volker Lendecke | 1 | -1/+44 | |
2009-06-08 | Implement pdb_ads_create_dom_group() | Volker Lendecke | 1 | -1/+69 | |
2009-06-07 | More pdb_ads stuff | Volker Lendecke | 1 | -6/+108 | |
2009-06-07 | Make "net sam list" work for groups, aliases and builtins | Volker Lendecke | 1 | -7/+58 | |
2009-06-07 | Return full info in pdb_ads_search_users() | Volker Lendecke | 1 | -5/+17 | |
2009-06-06 | Add an early prototyp of pdb_ads.c. | Volker Lendecke | 1 | -0/+1284 | |
The purpose of this module is to connect to a locally running samba4 ldap server for an alternative "Franky" setup. Right now it contains a couple of gross hacks: For example it just takes the s4-chosed RID directly as uid/gid... Checking in tldap and pdb_ads now, I think 3777 insertions are enough for a start... |