Issue #6591 has been reported by Satoru KURASHIKI.

----------------------------------------
Feature #6591: ldap user provider: selective objectClass (structural)
https://projects.puppetlabs.com/issues/6591

Author: Satoru KURASHIKI
Status: Unreviewed
Priority: Normal
Assignee: 
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