+2006-01-30 Helge Hess <helge.hess@opengroupware.org>
+
+ * ldapchkpwd.m, ldapls.m: added support for LDAPPort default
+
2005-08-16 Helge Hess <helge.hess@opengroupware.org>
* GNUmakefile, GNUmakefile.preamble: added OSX framework compilation
ofLogin:[args objectAtIndex:1]
atBaseDN:[ud stringForKey:@"LDAPRootDN"]
onHost:[ud stringForKey:@"LDAPHost"]
- port:0];
+ port:[ud integerForKey:@"LDAPPort"]];
if (ok)
printf("authenticated successfully.\n");
else
fm = [[NGLdapFileManager alloc]
initWithHostName:[ud stringForKey:@"LDAPHost"]
- port:0
+ port:[ud integerForKey:@"LDAPPort"]
bindDN:[ud stringForKey:@"LDAPBindDN"]
credentials:[ud stringForKey:@"LDAPPassword"]
rootDN:[ud stringForKey:@"LDAPRootDN"]];