Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-20 | s4-auth Remove special case for account_sid from auth_serversupplied_info | Andrew Bartlett | 1 | -7/+6 | |
This makes everything reference a server_info->sids list, which is now a struct dom_sid *, not a struct dom_sid **. This is in keeping with the other sid lists in the security_token etc. In the process, I also tidy up the talloc tree (move more structures under their logical parents) and check for some possible overflows in situations with a pathological number of sids. Andrew Bartlett | |||||
2011-01-14 | s4-dsdb: minimise the DN in group expansion | Andrew Tridgell | 1 | -0/+5 | |
this DN we have came from an extended DN search, which means it may have multiple extended components. We need to minimise the DN before AD will accept it Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-14 | s4-dsdb Implement tokenGroups expansion directly in ldb operational module | Andrew Bartlett | 1 | -0/+167 | |
This removes a silly cross-dependency between the ldb moudle stack and auth/ Andrew Bartlett |