Skip to content

Access custom schema attribute #5

@pichotweb

Description

@pichotweb

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions