4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
7 results tagged ldap x
  • ldapsearch for operational attribute | CA Communities

    The operational attributes contained in an entry can be returned by ldapsearch by:

    Explicitly listing them

    ldapsearch -x -h host:port -b c=au "(oc=*)" createTimestamp modifyTimestamp

    Or by returning all of them with the special + character

    ldapsearch -x -h host:port -b c=au "(oc=*)" +

    Or all attributes including operational attributes can be returned by including "*" +

    ldapsearch -x -h host:port -b c=au "(oc=*)" "*" +
    December 28, 2017 at 2:11:26 PM GMT+1 - permalink - archive.org - https://communities.ca.com/thread/241762082-ldapsearch-for-operational-attribute
    ldap
  • Managing LDAP from the Command Line on Linux | Linux.com | The source for Linux information
    March 24, 2017 at 11:22:05 AM GMT+1 - permalink - archive.org - https://www.linux.com/learn/managing-ldap-command-line-linux
    ldap
  • Note: How to test ldap persistent search in cmdline

    You need ldapsearch from mozldap-tools (the classic ldapsearch does not have such options)

    How I did :
    docker run -it centos bash
    yum install wget svrcore-devel.x86_64
    wget ftp://195.220.108.108/linux/mageia/distrib/5/x86_64/media/core/release/mozldap-6.0.7-8.mga5.x86_64.rpm
    wget ftp://bo.mirror.garr.it/1/mageia/distrib/5/x86_64/media/core/release/mozldap-tools-6.0.7-8.mga5.x86_64.rpm
    rpm -ivh mozldap-6.0.7-8.mga5.x86_64.rpm
    rpm -ivh mozldap-tools-6.0.7-8.mga5.x86_64.rpm

    /usr/lib64/mozldap/ldapsearch -r -C PS:any:1:1 -D "cn=Admin Account" -w "secret" -p 9389 -h ldap.company.org -b dc=sso,dc=company,dc=org -s sub "(mail=toto*)"

    Once the connection is established, you will receive notification on this one when a change is done

    November 4, 2016 at 2:17:00 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?xW3mvQ
    ldap persistentsearch
  • 8.5. Using Persistent Search

    Le genre de truc qui repose sur une connexion qui doit restée up alors que idle..

    November 4, 2016 at 10:26:55 AM GMT+1 - permalink - archive.org - https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/8.2/html/Administration_Guide/persistent-search.html
    ldap persistent search
  • Using NGINX Plus and NGINX to Authenticate Users
    July 27, 2015 at 4:40:09 PM GMT+2 - permalink - archive.org - https://www.nginx.com/blog/nginx-plus-authenticate-users/
    auth ldap nginx
  • Ldap Authentication on Debian
    April 18, 2013 at 12:03:07 PM GMT+2 - permalink - archive.org - http://www.jukie.net/~bart/ldap/ldap-authentication-on-debian/#Client
    ldap
  • OID description for 2.5.6 - X.500 standard object classes
    August 12, 2012 at 12:33:19 PM GMT+2 - permalink - archive.org - http://www.alvestrand.no/objectid/2.5.6.html
    ldap
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation