Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Authentication: NT
 LDAP authenication
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mminslow
Starting Member

Australia
1 Posts

Posted - 01 February 2005 :  00:57:44  Show Profile  Visit mminslow's Homepage
Has an add-in been written to authenticate off an LDAP server since this question was posted over 12 months ago? We would like to automate the registration process and cut down on administration.


Marie

gmcdonald
Starting Member

12 Posts

Posted - 11 February 2005 :  05:36:41  Show Profile
I have a solution!!!! (Well one of my guru developers did it but I'll take the credit )

Find out the name of your LDAP server and RootDSE:

================================================
Dim rootDSE

Set rootDSE = GetObject("LDAP://ldapservername/rootDSE")
================================================
Then replace the lines:

================================================
Set strNTUserInfo = GetObject("WinNT://"+strNTUser)

strNTUserFullName=strNTUserInfo.FullName

WITH

Set strNTUserInfo = GetObject("LDAP://ldapservername/RootDSE")
strNTUserFullName=strNTUserInfo.name
================================================

My Forum is now working again!! Please let me know if this solves your problem.

Cheers,
Graeme

Go to Top of Page

roryniland
Starting Member

8 Posts

Posted - 10 June 2005 :  05:02:51  Show Profile
We are getting users full names as RootDSE since the change??

This account was hacked into by Image, a very honest guy as you all can see! Stealing people' s passwords IS his pasttime.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07