Hello

I'd like to manage my LDAP users with DialupAdmin Radius interface, and here come a few questions.

1: It seems that DialupAdmin uses LDAPv2 protocol. Can it possibly use LDAPv3 ?
2: From what I read in the /lib/ldap/create_user.php3:


$dn = 'uid=' . $login . ',' . $config[ldap_default_new_entry_suffix];
$new_user_entry["objectclass"][0]="top";
$new_user_entry["objectclass"][1]="person";
$new_user_entry["objectclass"][2]="organizationalPerson";
$new_user_entry["objectclass"][3]="inetOrgPerson";
$new_user_entry["objectclass"][4]="radiusprofile";


dialupadmin intend to use an old radius LDAP schema instead of RADIUS-LDAPv3.schema. It uses "uid=" as mandatory attribute, but with RADIUS-LDAPv3.schema, "cn=" is expected.
I don't want to modify the source of dialupadmin, so should I use an older radius schema, or modify it by myself ?


Thanks a lot

Mafioo



- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to