We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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' => "[email protected]", '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!
The text was updated successfully, but these errors were encountered:
Hi, thanks for the feedback.
I will look at this issue in a couple of days.
Sorry, something went wrong.
Thanks!
I'm adding a workarround to set the "--setattr" arguments.
Unfortunatly I haven't found nothing about the custom attributes with the user-find method.
No branches or pull requests
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' => "[email protected]",
'userpassword' => 'Secret123',
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!
The text was updated successfully, but these errors were encountered: