Issue #6591 has been updated by Satoru KURASHIKI. Status changed from Needs More Information to Closed Assignee deleted (Satoru KURASHIKI)
hi, Nigel Kersten wrote: > So you're looking for more customizability in the ldap user provider? I'd > totally accept those patches :) OK, I'll give up (puppet to create ldap accounts with comfortable attributes). It's difficult for me to write a patch :( Also I understand that puppet is not an account manager. I assume that it (puppet try to make account on ldap) would be a side effect between creating local account and refering managed ldap server to get information which only puppet needs. regards, ---------------------------------------- Feature #6591: ldap user provider: selective objectClass (structural) https://projects.puppetlabs.com/issues/6591#change-55878 Author: Satoru KURASHIKI Status: Closed 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.
