summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-03-31 14:36:25 +0000
committerVolker Lendecke <vlendec@samba.org>2004-03-31 14:36:25 +0000
commit2b757b6adf0b4e5c799cc8943e8fd96cc94c24bc (patch)
treef674b4ea72b7d3cade049f80d2ae8e10ac94c0dc /source
parent8cc10a6c0550c017a62e8a3790afd2172d173e00 (diff)
downloadsamba-2b757b6adf0b4e5c799cc8943e8fd96cc94c24bc.tar.gz
samba-2b757b6adf0b4e5c799cc8943e8fd96cc94c24bc.tar.xz
samba-2b757b6adf0b4e5c799cc8943e8fd96cc94c24bc.zip
Remove some unused code
Diffstat (limited to 'source')
-rw-r--r--source/passdb/pdb_ldap.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index 1831b0e8f9e..689c7010418 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -539,28 +539,6 @@ static BOOL init_sam_from_ldap (struct ldapsam_privates *ldap_state,
return False;
}
-
-#if 0 /* JERRY -- not used anymore */
- /*
- * If so configured, try and get the values from LDAP
- */
-
- if (lp_ldap_trust_ids() && (get_unix_attributes(ldap_state, sampass, entry, &gid)))
- {
- if (pdb_get_init_flags(sampass,PDB_GROUPSID) == PDB_DEFAULT)
- {
- GROUP_MAP map;
- /* call the mapping code here */
- if(pdb_getgrgid(&map, gid)) {
- pdb_set_group_sid(sampass, &map.sid, PDB_SET);
- }
- else {
- pdb_set_group_sid_from_rid(sampass, pdb_gid_to_group_rid(gid), PDB_SET);
- }
- }
- }
-#endif
-
if (!smbldap_get_single_pstring(ldap_state->smbldap_state->ldap_struct, entry,
get_userattr_key2string(ldap_state->schema_ver, LDAP_ATTR_PWD_LAST_SET), temp)) {
/* leave as default */