<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Updating a user attribute to the same value as a different attribute"]]></title>
		<link>http://www.ldapsoft.com/forum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Updating a user attribute to the same value as a different attribute"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Updating a user attribute to the same value as a different attribute</title>
				<description><![CDATA[ I'm trying to write a SQL query that will update a user attribute to be the same value as a different attribute, but so far all I can get it to do is make it the name of the other attribue, rather than the value.<br /> <br /> Update CN=xxxxxx\, xx,OU=xxxxx,DC=xxx,DC=com Set extensionAttribute2 = pager<br /> <br /> That's the query that I'm working with.  Right now, it makes the value of extensionAttribute2 literally "pager."  I want it to be the vlaue of the pager attribute.]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/64/214.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/64/214.page</link>
				<pubDate><![CDATA[Mon, 8 Feb 2010 19:54:11]]> GMT</pubDate>
				<author><![CDATA[ ssa1]]></author>
			</item>
			<item>
				<title>Re:Updating a user attribute to the same value as a different attribute</title>
				<description><![CDATA[ Unfortunately you can't do that<br /> <br /> The way I will handle this:<br /> <br /> 1. Export all the values of pager using a statement like this<br /> Select pager from OU=xxx,DC=xx,DC=com<br /> 2. Export the result in csv format<br /> 3. Modify the file and generate update statements (Update CN=xxxxxx\, xx,OU=xxxxx,DC=xxx,DC=com Set extensionAttribute2= value)<br /> 4. Run those statements one by one. <br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/64/215.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/64/215.page</link>
				<pubDate><![CDATA[Mon, 8 Feb 2010 20:01:05]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
	</channel>
</rss>