Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Kumar <sunilk@mono-cvs.ximian.com>2003-12-11 06:30:19 +0300
committerSunil Kumar <sunilk@mono-cvs.ximian.com>2003-12-11 06:30:19 +0300
commit7296eacb2c935320b125d8f16882fee09c7df554 (patch)
tree463e874662a09e2a8c14fffe7e5b8dbcc0221e11 /mcs/class/Novell.Directory.Ldap
parent2350af83a63deef165492ef2c5fc40475976d18d (diff)
Added FtechSchema function
svn path=/trunk/mcs/; revision=21012
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rwxr-xr-xmcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/LdapConnection.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/LdapConnection.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/LdapConnection.cs
index 4319d1c34d1..50db9a881ca 100755
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/LdapConnection.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/LdapConnection.cs
@@ -3646,12 +3646,12 @@ namespace Novell.Directory.Ldap
/// </seealso>
/// <seealso cref="#getSchemaDN(String)">
/// </seealso>
-/* public virtual LdapSchema FetchSchema(System.String schemaDN)
+ public virtual LdapSchema FetchSchema(System.String schemaDN)
{
LdapEntry ent = Read(schemaDN, LdapSchema.schemaTypeNames);
return new LdapSchema(ent);
}
-*/
+
/// <summary> Retrieves the Distiguished Name (DN) for the schema advertised in the
/// root DSE of the Directory Server.