Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |