Fix immediate bug where the idmap can't tell the difference between an entry
[ira/wip.git] / source3 / nsswitch / winbindd_idmap.c
index 4b4d9eb8d29df520388612570dee8a4398c59f65..3b23089200fd9a33824b00366e7126518ebd970e 100644 (file)
@@ -28,7 +28,6 @@ static struct {
   struct winbindd_idmap_methods *methods;
 } builtin_winbindd_idmap_functions[] = {
   { "tdb", winbind_idmap_reg_tdb, NULL },
-  /*  { "ldap", winbind_idmap_reg_ldap, NULL },*/
   { NULL, NULL, NULL }
 };