Bug 124952 - New port: net/p5-Net-LDAP-AutoDNs Automatically make some default decisions some LDAP DNs and scopes.
Summary: New port: net/p5-Net-LDAP-AutoDNs Automatically make some default decisions...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 19:40 UTC by Zane C. Bowers-Hadley
Modified: 2008-06-28 23:50 UTC (History)
0 users

See Also:


Attachments
net_p5-Net-LDAP-AutoDNs.shar (2.45 KB, text/plain)
2008-06-24 19:40 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2008-06-24 19:40:01 UTC

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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-06-24 22:15:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-06-28 23:41:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-28 23:41:32 UTC
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"