Changeset 698
- Timestamp:
- 03/09/08 14:45:08 (3 months ago)
- Files:
-
- 1 modified
-
trunk/storage/authreg_ldap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/storage/authreg_ldap.c
r545 r698 483 483 484 484 if (l>0) 485 snprintf(ldap_entry,sizeof(ldap_entry), "authreg.ldap%d.start ls", l );486 else 487 snprintf(ldap_entry, sizeof(ldap_entry), "authreg.ldap.start ls");485 snprintf(ldap_entry,sizeof(ldap_entry), "authreg.ldap%d.starttls", l ); 486 else 487 snprintf(ldap_entry, sizeof(ldap_entry), "authreg.ldap.starttls"); 488 488 if(config_get(ar->c2s->config, ldap_entry) != NULL) 489 489 data->flags |= AR_LDAP_FLAGS_STARTTLS;
