net::ldap::intermediate::syncinfo(3) [osx man page]
Net::LDAP::Intermediate::SyncInfo(3) User Contributed Perl Documentation Net::LDAP::Intermediate::SyncInfo(3)NAME
Net::LDAP::Intermediate::SyncInfo - LDAPv3 Sync Info Message object
SYNOPSIS
See Net::LDAP::Control::SyncRequest
DESCRIPTION
"Net::LDAP::Intermediate::SyncInfo" provides an interface for the creation and manipulation of objects that represent the "Sync Info
Message" as described by RFC 4533.
CONSTRUCTOR ARGUMENTS
In addition to the constructor arguments described in Net::LDAP::Intermediate the following are provided.
TODO
METHODS
As with Net::LDAP::Intermediate each constructor argument described above is also available as a method on the object which will return the
current value for the attribute if called without an argument, and set a new value for the attribute if called with an argument.
SEE ALSO
Net::LDAP, Net::LDAP::Intermediate, Net::LDAP::Control, Net::LDAP::Control::SyncRequest, Net::LDAP::Control::SyncState,
http://www.ietf.org/rfc/rfc4533.txt
AUTHOR
Mathieu Parent <math.parent@gmail.com>
Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org>
COPYRIGHT
Copyright (c) 2008 Mathieu Parent. All rights reserved. This program is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
perl v5.16.2 2012-09-20 Net::LDAP::Intermediate::SyncInfo(3)
Check Out this Related Man Page
Net::LDAP::Control::SyncState(3) User Contributed Perl Documentation Net::LDAP::Control::SyncState(3)NAME
Net::LDAP::Control::SyncState - LDAPv3 Sync State control object
SYNOPSIS
See Net::LDAP::Control::SyncRequest
DESCRIPTION
"Net::LDAP::Control::SyncState" provides an interface for the creation and manipulation of objects that represent the "Sync State Control"
as described by RFC 4533.
CONSTRUCTOR ARGUMENTS
In addition to the constructor arguments described in Net::LDAP::Control the following are provided.
state
entryUIID
cookie
METHODS
As with Net::LDAP::Control each constructor argument described above is also available as a method on the object which will return the
current value for the attribute if called without an argument, and set a new value for the attribute if called with an argument.
SEE ALSO
Net::LDAP, Net::LDAP::Control, Net::LDAP::Control::SyncRequest, Net::LDAP::Control::SyncDone, http://www.ietf.org/rfc/rfc4533.txt
AUTHOR
Mathieu Parent <math.parent@gmail.com>
Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org>
COPYRIGHT
Copyright (c) 2008 Mathieu Parent. All rights reserved. This program is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
perl v5.16.2 2012-09-20 Net::LDAP::Control::SyncState(3)
I don't know if this is the correct forum to post this but hopefully someone can atleast point me in the right direction if they can't help me.
I am trying to install the Net::Pcap module for perl from Tim Potter version .04. I have installed gcc 2.95.3 on my Solaris 8 box. I am sure it's just... (6 Replies)
Folks;
I'm trying to write a shell script on Sun Solaris to connect to LDAP browser so i can extract data from LDAP like the "cn for users, etc...".
Any help :D (1 Reply)
I am looking for some model like this:
My Computer
-------------
Intermediate Server (IS)
-------------
Own Server
I must be able to ssh into the Intermediate Internet Server which is generally an online version of SSH service through which I will connect to Own Server. I was the IS to... (2 Replies)
Folks;
I've read a lot of material on using LDAP for authentication in Solaris & non of them was clear or have any examples.
Could any one give me a hand on how to setup/configure LDAP to authenticate users when they try to login to Solaris 10 server i have?
Help will be greatly appreciated (0 Replies)
Hi
I'm not a programmer but am muddling through as best I can. I am trying to set up a PostSearchHook for Radiator (RADIUS server), that carries out an LDAP lookup, and, based on the
string returned ("staff" or "student") in the "businessCategory" attribute, will set the $role to be either 40... (3 Replies)
Hi all,
Currently I am using LDAP to store some network related data, When I run following script
./ns-slapd ldif2db
Execution of above script terminates displaying "Killed" on the console.
As far as I know, a process can be killed by two ways-
1. manually running " kill -9 <PID of LDAP... (1 Reply)
Today when someone was using Sun Identity Manager to modify a directory managed by Sun Directory Server Enterprise Edition (DSEE 6.3) IDM spit out an object class violation error (I verified that the input data was valid). It also corrupted the directory to the point where I can't even get dsadm to... (7 Replies)
I want to make a LDAP server
How would i go about it.
Shall i use webmin or other web-based interface for LDAP administration for Unix.?
Which RPM should i use?
Where would i find it?
My distribution details are as below. (1 Reply)
Experts,
You all have been very supportive of me so far & Im thankful for it.
I need to extract data between two sets of parenthesis and also between quotes.
cat LOGFILE | grep 'number wasnt' | head -2
I. 2011/04/14 01:12:03. process(130) Deleting Text on line 11... (9 Replies)
Hi
I am searching a tool like "LDAP Administrator 2011.1"/ "LDAP-SQL" but for the CLI.
Wish to use LDAP-SQL in scripts (non Windows GUI environment)
http://ldapadministrator.com/resources/english/2011.1/images/sqlquery_large.png
Softerra LDAP Administrator 2011.1 - What's New
OS is... (2 Replies)
Hi Perl Guys
I am in need of your knowledge as i am a complete newbie and perl
I need to do pull all the groups from LDAP , and then look at the GID's and if they are not set check for the next available ( i,e increment ) and apply it
I have done this so far that prints out all the... (1 Reply)