Connector example

Hello, is there an example template/connector that allows me to write a program that is able to update the passwords of users of a database?

thank you.

bb.

Hi,

You might use udm from within a shell script.

Or use the REST API for this.

Hope it helps

/CV

hi, maybe I was not clear but I would need the opposite, I have to feed the database with the ucs passwords.

thank you.

Hi,

there is no way. The user passwords are getting crypted/salted/hased before stored in the LDAP database.

You can read the stored values by using univention-ldapsearch or any other LDAP browser. But you will never get the real passwords.

/CV

Mastodon