first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[kai/samba.git] / source3 / passdb / passgrp.c
index ded9ef33d2afb01d09eb1a7eb5cb3ce40a95905b..f578d9a20ea02ab271a57340cc620660dbb3cdd0 100644 (file)
@@ -50,7 +50,7 @@ BOOL initialise_passgrp_db(void)
 #ifdef WITH_NISPLUS
   pwgrp_ops =  nisplus_initialise_password_grp();
 #elif defined(WITH_LDAP)
-  pwgrp_ops = ldap_initialise_password_grp();
+  pwgrp_ops = ldap_initialize_password_grp();
 #else 
   pwgrp_ops = file_initialise_password_grp();
 #endif