-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Hi,
I've added a custom schema to my LDAP and I can't access these attibutes via php.
$user_data = array(
'givenname' => 'Richard',
'sn' => 'Stallman',
'uid' => "rms3",
'mail' => "rms@fsf.org",
'userpassword' => 'Secret123',
//Custom attribute from Schema
'brcpf' => '24587458968'
);
When I added the attribute I got an error "Unknow option"
I'm doing something wrong?
If you need more details I can provide.
Ty in advance!