Make attribs array use optional aliases

Issue #9 new
Jon Elofson repo owner created an issue

if attrib uses a key value pair, use the key as the real attribute and the value as an alias.

So, in the result array, you can use locality instead of l, for example....

$attribs = [
    'l'=>'locality',
    'mail'=>'email',
    'cn', 
    'givenname', 
];

Comments (1)

  1. Log in to comment