[simias-svn] SF.net SVN: simias:[7646] trunk/src/server/setup/LdapUtility.cs
Brought to you by:
srinidhi_bs
|
From: <kal...@us...> - 2013-07-30 10:41:09
|
Revision: 7646
http://sourceforge.net/p/simias/code/7646
Author: kalidasbala
Date: 2013-07-30 10:41:06 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Updated to check for altest eDir version
Modified Paths:
--------------
trunk/src/server/setup/LdapUtility.cs
Modified: trunk/src/server/setup/LdapUtility.cs
===================================================================
--- trunk/src/server/setup/LdapUtility.cs 2013-06-18 13:08:51 UTC (rev 7645)
+++ trunk/src/server/setup/LdapUtility.cs 2013-07-30 10:41:06 UTC (rev 7646)
@@ -360,7 +360,8 @@
//eDirectory specific attributes
//If any of the following attribute is found, conclude this as eDirectory
if( /*String.Equals(attributeName, "vendorVersion")==true || */
- String.Equals(attributeVal, "Novell, Inc.")==true /* ||
+ String.Equals(attributeVal, "Novell, Inc.")==true ||
+ String.Equals(attributeVal, "NetIQ Corporation") == true /* ||
String.Equals(attributeName, "dsaName")==true ||*/
/*String.Equals(attributeName, "directoryTreeName")==true*/)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|