Automatically make some default decisions some LDAP DNs and scopes. use Net::LDAP::AutoDNs; my $obj = Net::LDAP::AutoDNs->new(); print $obj->{users}."\n"; print $obj->{usersScope}."\n"; print $obj->{dns}."\n"; print $obj->{dnsScope}."\n"; print $obj->{groups}."\n"; print $obj->{groupsScope}."\n"; print $obj->{home}."\n"; print $obj->{homeScope}."\n"; How-To-Repeat: 1: Unshar 2: 3: Laugh manically 4: Install and enjoy.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
miwi 2008-06-28 22:41:28 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-LDAP-AutoDNs Makefile distinfo pkg-descr pkg-plist Log: Automatically make some default decisions some LDAP DNs and scopes. WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ PR: ports/124952 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Revision Changes Path 1.2014 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/p5-Net-LDAP-AutoDNs/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-LDAP-AutoDNs/distinfo (new) 1.1 +3 -0 ports/net/p5-Net-LDAP-AutoDNs/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-LDAP-AutoDNs/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"