1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/passdb
Amitay Isaacs 5b444916bf s3-passdb: Python wrapper for passdb
- Added Groupmap python wrapper
- Added passdb methods

   getgrsid, getgrgid, getgrnam
   create_dom_group, delete_dom_group
   add_group_mapping_entry, update_group_mapping_entry, delete_group_mapping_entry
   enum_group_mapping, enum_group_members
   add_groupmem, del_groupmem
   create_alias, delete_alias
   get_aliasinfo, set_aliasinfo
   add_aliasmem, del_aliasmem, enum_aliasmem
   get_account_policy, set_account_policy
   search_groups, search_aliases

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2011-08-19 16:34:57 +10:00
..
account_pol.c s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents. 2011-08-19 16:34:56 +10:00
login_cache.c tdb_compat: Higher level API fixes. 2011-06-20 11:18:35 +02:00
lookup_sid.c s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() 2011-06-09 12:40:08 +02:00
lookup_sid.h s3: Use wbcSidsToUnixIds in create_local_token 2011-04-13 14:13:25 -07:00
machine_account_secrets.c s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ 2011-07-29 13:34:22 +02:00
machine_sid.c s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ 2011-07-29 13:34:22 +02:00
machine_sid.h s3:passdb: add GPL/copyright header to machine_sid.h 2011-05-31 18:37:29 +02:00
passdb.c passdb: Call with correct backend methods instead of default methods 2011-08-13 12:30:48 +10:00
pdb_ads.c s3-passdb: add passdb.h where needed. 2011-03-30 01:13:07 +02:00
pdb_compat.c s3-passdb: add passdb.h where needed. 2011-03-30 01:13:07 +02:00
pdb_get_set.c s3-passdb Make pdb_element_is_changed available to all passdb modules 2011-08-13 12:30:49 +10:00
pdb_interface.c s3-passdb Use supplied pdb_methods in default passdb search handlers 2011-08-15 08:26:06 +02:00
pdb_ipa.c s3-talloc Change TALLOC_P() to talloc() 2011-06-09 12:40:08 +02:00
pdb_ldap.c s3/ldap: don't continue if we couldn't get the domain info on startup 2011-08-18 12:48:37 +02:00
pdb_nds.c s3-passdb: add passdb.h where needed. 2011-03-30 01:13:07 +02:00
pdb_samba4.c s3-passdb: Connect to specified samdb if location is provided, otherwise use default 2011-08-13 12:30:50 +10:00
pdb_smbpasswd.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
pdb_tdb.c s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ 2011-07-29 13:34:22 +02:00
pdb_util.c s3: create_builtin_users/administrators belongs to passdb not auth. 2011-03-30 01:13:07 +02:00
pdb_wbc_sam.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
proto.h s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents. 2011-08-19 16:34:56 +10:00
py_passdb.c s3-passdb: Python wrapper for passdb 2011-08-19 16:34:57 +10:00
secrets_lsa.c s3-secrets: add lsa_secret passdb api. 2011-07-31 22:37:26 +02:00
secrets.c passdb: Add a function to read secrets db from a specified path 2011-08-13 10:25:06 +10:00
wscript_build passdb: Move python wrapper for passdb in samba3 python package 2011-08-13 12:31:07 +10:00