From 9d1a4e80132b1bf3874a8ef0fd0ed2be81c7ab91 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Mar 2004 14:36:25 +0000 Subject: Remove some unused code (This used to be commit 2b757b6adf0b4e5c799cc8943e8fd96cc94c24bc) --- source3/passdb/pdb_ldap.c | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 1831b0e8f9..689c701041 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/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 */ -- cgit