Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-22 | s3:idmap: remove the params argument from the init function | Michael Adam | 1 | -8/+7 | |
2011-03-06 | s3: Remove close_fn from idmap_methods | Volker Lendecke | 1 | -12/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104 | |||||
2011-03-06 | s3: Remove unused args from get_nss_info | Volker Lendecke | 1 | -2/+0 | |
2010-09-02 | s3: Remove unused nss_info_adex_init() | Volker Lendecke | 1 | -5/+0 | |
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-14 | s3:idmap: remove the set_mapping method from the idmap API | Michael Adam | 1 | -13/+0 | |
2010-08-14 | s3:idmap: remove unused method dump_data() from the idmap API | Michael Adam | 1 | -10/+0 | |
Michael | |||||
2010-08-14 | s3:idmap: remove the remove_mapping method from API and backends | Michael Adam | 1 | -15/+0 | |
Michael | |||||
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-07-01 | s3-nss_info: only include nss_info.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -2/+2 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-08-03 | Add some const to winbind_userinfo | Volker Lendecke | 1 | -2/+3 | |
2009-03-02 | More fix to initialize idmap statuses | Bo Yang | 1 | -0/+10 | |
2008-12-01 | s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entry | Michael Adam | 1 | -8/+8 | |
instead of just the domain name Michael | |||||
2008-09-24 | s3: fix idmap_adex. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-22 | idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests. | Gerald (Jerry) Carter | 1 | -0/+460 | |
The adex idmap/nss_info plugin is an adapation of the Likewise Enterprise plugin with support for OU based cells removed (since the Windows pieces to manage the cells are not available). This plugin supports * The RFC2307 schema for users and groups. * Connections to trusted domains * Global catalog searches * Cross forest trusts * User and group aliases Prerequiste: Add the following attributes to the Partial Attribute Set in global catalog: * uidNumber * uid * gidNumber A basic config using the current trunk code would look like [global] idmap backend = adex idmap uid = 10000 - 19999 idmap gid = 20000 - 29999 idmap config US:backend = adex idmap config US:range = 20000 - 29999 winbind nss info = adex winbind normalize names = yes winbind refresh tickets = yes template homedir = /home/%D/%U template shell = /bin/bash |