ldap-irods-auth
An LDAP server for iRODS user authentication
run
./ldap-irods-auth -config ./config.yaml
test
Anonymous bind and search
ldapsearch -x -h localhost -p 1389 uid=iychoi
ldapsearch -x -h localhost -p 1389 -b "dc=iplantcollaborative,dc=org" "(&(objectclass=*)(uid=iychoi))" uid
Bind and search
ldapsearch -x -h localhost -p 1389 -D "uid=iychoi,ou=People,dc=iplantcollaborative,dc=org" -b "dc=iplantcollaborative,dc=org" -W uid=iychoi
License
Copyright (c) 2010-2021, The Arizona Board of Regents on behalf of The University of Arizona
All rights reserved.
Developed by: CyVerse as a collaboration between participants at BIO5 at The University of Arizona (the primary hosting institution), Cold Spring Harbor Laboratory, The University of Texas at Austin, and individual contributors. Find out more at http://www.cyverse.org/.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of CyVerse, BIO5, The University of Arizona, Cold Spring Harbor Laboratory, The University of Texas at Austin, nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Please check LICENSE file.