Using 3.05 and open ldap I'm getting the following error following the Samba by example page 155. My group mappings do not appear to be working correctly. Any suggestions on how to fix this. Everything was working up to this point. Thanks [root@chpas-ntwrksvc root]# net groupmap list [2004/08/25 12:53:16, 0] passdb/pdb_ldap.c:ldapsam_setsamgrent(2239) ldapsam_setsamgrent: LDAP search failed: No such object [2004/08/25 12:53:16, 0] passdb/pdb_ldap.c:ldapsam_enum_group_mapping(2304) ldapsam_enum_group_mapping: Unable to open passdb [root@chpas-ntwrksvc root]# groupadd logs groupadd: group logs exists [root@chpas-ntwrksvc root]# net groupmap modify ntgroup="Logs" unixgroup=logs [2004/08/25 12:53:27, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1763) ldapsam_search_one_group: Problem during the LDAP search: LDAP error: (No such object) NT Group Logs doesn't exist in mapping DB [root@chpas-ntwrksvc root]# Douglas Sterner