Ask a Question related to PERL Modules, Design and Development.
-
Prem #1
Net::LDAP - adding value to an existing attribute
Although the manpage for NET::LDAP::Entry states that using add method
would add to the values of an existing entry, LDAP server refuses to
add the entry on calling update method stating "Already exists"
(message code 68, ldap_error_text given below). How do I overcome
this?
TIA
--------
Net::LDAP::Entry manpage excerpt:
--------
add ( ATTR => VALUE [, ATTR2 => VALUE2 ... ] )
Add one or more new attributes to the entry. Each value must be a
scalar variable or a reference to an array. The values given will be
added to the values which already exist for the given attributes.
--------
ldap_error_text
--------
The client attempted to add an entry that already exists. This can
occur as
a result of
* An add request was submitted with a DN that already exists
* A modify DN requested was submitted, where the requested new DN
already exist
s
* The request is adding an attribute to the schema and an attribute
with the
given OID or name already exists
Prem Guest
-
Convert LDAP Attribute accountexpires to a date
I"m able to convert the attribute pwdlast set to a date using the following code, but it doesn't really work with accountexpires. Any help is... -
adding columns to an existing recordset
Say I've retrieved a recordset from a database using the cfquery tag. <cfquery name="qryGetTeams" datasource="#Application.DS#" dbtype="ODBC">... -
Adding new text to existing PDF
How do you add new text to existing PDF and how do you adjust the font size? -
Adding Animation for Existing Image
Hello! I have an image with computers connected on a ring.I want to add a small dot which goes around the ring to indicate that network is on.How... -
adding methods to an existing class
Hi -- On Thu, 7 Aug 2003, Volkmann, Mark wrote: def add_test_method(klass) klass.class_eval { define_method(:some_test) { puts "testing!"...



Reply With Quote

