We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base url : http://api.iiens.eu/ldap
http://api.iiens.eu/ldap
POST /bind
username
password
200
401
GET /accounts
[ { "dn": "cn=chobert2010, ou=users, dc=ares", "attributes": { "cn": "chobert2010", "uid": "chobert2010", "uidnumber": 1001, "gidnumber": 1010, "homedirectory": "/home/chobert2010", "loginshell": "/bin/sh", "objectclass": ["posixaccount"] } } ]
GET /groups
[ { "dn": "cn=ares, ou=groups, dc=ares", "attributes": { "gidnumber": 1010, "memberuid": ["bee2010", "bertot2010", "chobert2010", "unbekandt2011"], "objectclass": ["posixgroup"] } } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current specifications
Base url :
http://api.iiens.eu/ldap
BIND USERS
request
parameters
username
password
response
success
200
failure
401
SEARCH ACCOUNTS
request
response
200
SEARCH GROUPS
request
response
200
The text was updated successfully, but these errors were encountered: