On Thu, Apr 8, 2010 at 1:11 PM, Peter Karman <pe...@peknet.com> wrote:
> Danny Burkland wrote on 04/07/2010 06:49 PM: > > While this seems to work I am > > wondering if there is a better way to structure my script? Is it possible > to > > search a group's attributes for the user's entry and then some how store > > that attribute's value as a scalar? I will happily post my current code > if > > requested. Thanks again! > > If you want specific feedback, posting your code is a good step. > > You might want to look at Net::LDAP::Class for other ways to achieve > your task. Even if you don't use the module, you can see example code > for searching and using attributes. > > -- > Peter Karman . http://peknet.com/ . pe...@peknet.com Thank you for your reply Peter. I will do some reading on the doc page for Net::LDAP::Class. Also, here is a link to code of the script that I previously described: http://pastebin.com/83FN3wUR <http://pastebin.com/83FN3wUR>Thanks again, Dan