grealish / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

PWM doesn't change Samba password. #406

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of PWM are you using?
1.6.4

What ldap directory and version are you using?
openldap-2.4.28

What version of OS? Ubuntu 12.04 Server x64

I'm using Openldap to externally authenticate users who connect to a samba 
server.

Issue:
When I use pwm to change a users password it does but not for Samba.
If I run $ sudo smbldap-passwd, then the password is set on the samba server.

Is there a way for me to edit a config to use this command or get around this 
issue?

Original issue reported on code.google.com by mr...@onehealth.com on 14 Jun 2013 at 12:02

GoogleCodeExporter commented 9 years ago
PWM will only change the ldap password of the directory it is attached to.  You 
would need to write a java extension to PWM to handle anything else.

Original comment by jrivard on 14 Jun 2013 at 3:11

GoogleCodeExporter commented 9 years ago
I'm not a java developer so do you have an example or documentation on how to 
approach this?

Original comment by mr...@onehealth.com on 14 Jun 2013 at 5:09