<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>NOVELL FORUMS - DEV:  LDAP</title>
		<link>http://forums.novell.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 22:13:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.novell.com/images/ca_serenity/misc/rss.jpg</url>
			<title>NOVELL FORUMS - DEV:  LDAP</title>
			<link>http://forums.novell.com/</link>
		</image>
		<item>
			<title>Java, LDAP, DSML</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-ldap/392744-java-ldap-dsml.html</link>
			<pubDate>Mon, 16 Nov 2009 18:35:14 GMT</pubDate>
			<description>Hi! 
 
I need to write a software that will execute different LDAP requests and handle responses. The main idea is that the requests must be...</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
I need to write a software that will execute different LDAP requests and handle responses. The main idea is that the requests must be configured by the user and for different LDAP (eDirectory, OpenLDAP). <br />
<br />
The question is how can I implement such requests configuration and how to handle them later.<br />
<br />
I'v read about LDIF and DSML. There are LDIFReader and DSMLReader in Novell JLDAP, which allows to convert DSML and LDIF files to LDAPMessages. LDIF and DSML files attributes contains real values, but I need user to fill them in the runtime.<br />
<br />
So I need template for DSML or LDIF. Is there something like that?<br />
<br />
I can leave values in the DSML empty and fill them in LDAPMessage, but I think its not good idea.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-ldap/">DEV:  LDAP</category>
			<dc:creator>dima376</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-ldap/392744-java-ldap-dsml.html</guid>
		</item>
		<item>
			<title>How do I modify a boolean type attribute?</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-ldap/392328-how-do-i-modify-boolean-type-attribute.html</link>
			<pubDate>Wed, 11 Nov 2009 23:36:39 GMT</pubDate>
			<description><![CDATA[I can modify String type attributes (both single and multi-valued) fine. However I can't seem to figure out how to modify a boolean type LDAP...]]></description>
			<content:encoded><![CDATA[<div>I can modify String type attributes (both single and multi-valued) fine. However I can't seem to figure out how to modify a boolean type LDAP attribute. <br />
<br />
This mainly stems from the fact that LDAPAttribute constructor can only be created either from a String or a byte array.<br />
<br />
Here's a snippet of my code: <br />
<br />
ldapConnection.modify(&quot;CN=John Doe,OU=Eng,OU=Some Corp,DC=dept,DC=com&quot;, new LDAPModification(LDAPModification.ADD,new LDAPAttribute(attrName, &quot;false&quot;)));<br />
<br />
I am doing this wrong but how do I get a byte array to be treated like a boolean? I am thoroughly confused.<br />
<br />
Please help. <br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-ldap/">DEV:  LDAP</category>
			<dc:creator>vankaya</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-ldap/392328-how-do-i-modify-boolean-type-attribute.html</guid>
		</item>
		<item>
			<title>Paged Searching</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-ldap/392247-paged-searching.html</link>
			<pubDate>Wed, 11 Nov 2009 13:09:59 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm developing an application that needs to perform an LDAP search that may return thousands of objects.  In active directory the server...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm developing an application that needs to perform an LDAP search that may return thousands of objects.  In active directory the server places a limit on the number of objects returned.  To retrieve more than this limit paged searching is required.<br />
<br />
I have enabled paged searching and it all works ok in AD but when I run it against Novell eDirectory I get the error &quot;The server does not support the control&quot;  (the control is referring to the paged searching control attached to the request).  This leads me to believe that eDirectory doesn't support or allow paged searching?<br />
<br />
Most importantly, is there a limit to the maximum number of returned object from a search (as there is in AD) and how do I retrieve more than this limit if paging isn't supported.<br />
<br />
Is it safe to assume that if paging isn't supported then there is no limit to the number of objects that can be returned?<br />
<br />
Many Thanks.<br />
Martyn.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-ldap/">DEV:  LDAP</category>
			<dc:creator>mharris1984</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-ldap/392247-paged-searching.html</guid>
		</item>
		<item>
			<title>LDAP Test</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-ldap/392219-ldap-test.html</link>
			<pubDate>Wed, 11 Nov 2009 07:43:22 GMT</pubDate>
			<description>Hi All,  
 
I am new to LDAP. I am working on a project that will be able to Authenticate mobile users upon making a request. During the course of my...</description>
			<content:encoded><![CDATA[<div>Hi All, <br />
<br />
I am new to LDAP. I am working on a project that will be able to Authenticate mobile users upon making a request. During the course of my research, I found out that I can use novel JLDAP classes to access any LDAP server. I have written a class with regard to this. <br />
<br />
However, I am trying to run my classes but I seem to be having the problem of how to make it to connect to the LDAP server. I did not see error in my code but what I want to do is to make sure that when I run my code a process will triger that will tell me that a connection has been made to the LDAP server.<br />
<br />
Can someone please show me how to do this? Your help will be highly and greatly appreciated. Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-ldap/">DEV:  LDAP</category>
			<dc:creator>olasamuel</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-ldap/392219-ldap-test.html</guid>
		</item>
	</channel>
</rss>
