Issue #6591 has been updated by Nigel Kersten.

Description updated
Status changed from Needs Decision to Needs More Information
Assignee changed from Nigel Kersten to Satoru KURASHIKI

So you're looking for more customizability in the ldap user provider? I'd 
totally accept those patches :)
----------------------------------------
Feature #6591: ldap user provider: selective objectClass (structural)
https://projects.puppetlabs.com/issues/6591#change-55470

Author: Satoru KURASHIKI
Status: Needs More Information
Priority: Normal
Assignee: Satoru KURASHIKI
Category: LDAP
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


objectClass of user entry is hardcorded in lib/puppet/provider/user/ldap.rb:
>  manages(:posixAccount, :person).at("ou=People").named_by(:uid).and.maps 
> :name => :uid,

:posixAccount is must for its functionality, but :person is not. (I want to use 
:account instead)
Though :person will be good for the default value, it should have been able to 
change from puppet.conf 
(because we can't change structural objectClass after creation).

In addition, it would be better "ou=People" to be customizable. 



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to