vovldap_query

Utility to perfom LDAP lookups.


vovldap_query: Usage Message

SYNOPSIS:
    Utility to perfom LDAP lookups.
    
USAGE:
    % vovldap_query <ARGUMENTS> [OPTIONS]

ARGUMENTS:
    da <dn>                -- Get attributes for specified DN.
    dn <user>              -- Get DN for specified user.
    gm <group>             -- Get members for specified group.
    ua <user>              -- Get attributes for specified user.
    ug <user>              -- Get groups for specified user.
    um <attribute=value>   -- Get users matching specified attribute
                              and value.
    
OPTIONS:
    -attributes "names"  -- List of attributes to constrain da/ua
                              search result.
    -orderandmap           -- Order and map result per configuration file.
    -q                     -- Quiet.
    -v                     -- Increase verbosity.

EXAMPLES:
    % vovldap_query ua jchen
    % vovldap_query ua jchen -orderandmap
    % vovldap_query ua jchen -attributes "cn mail"
    % vovldap_query um "l=New York"