Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:291
More Search Options
RSS Available
Matching Posts
Re: LDAP query string to retrieve all AD Domains in the forest
You could grab all the crossref objects although this may include some overhead if you create custom ones.
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 11/8/2006
Re: Mail enable AD user - problems with cdo/cdoex etc
Can you post your code please?
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 11/8/2006
Re: How to query LDAP using LIKE statement
I believe they have a Tag attribute like in Winforms? If so you can just specify the attribute name there. You could also be tricky with viewstate here too.
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/26/2006
Re: ldap connection string
The mydomain.org in the second is unnecessary and irrelevant here. The text ahead of the / is for specifying a server to bind to e.g. LDAP://mydc/dc=mydomain,dc=org . If you don't specify a server (which is preferable when working with AD), the host will contact a logically close domain controller.
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/26/2006
Re: How to query LDAP using LIKE statement
Patrik- I would check to see if your firstName textbox is empty before I added that to the search filter.
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/24/2006
Re: How to query LDAP using LIKE statement
Hi Patrik- You would need something like (cn=Mike*) for any cn starting with Mike. cn=*Mike* will get you anything containing Mike.
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/23/2006
Re: How to check User Enabled or Locked with LDAP Server ?
That is correct.
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/21/2006
Re: active directory logins
If you're using ASP.net 2.0 use the Active Directory Membership Provider. I'd suggest you rethink the model though - older kids aren't going to be happy giving their parents their password.
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/20/2006
Re: How to check User Enabled or Locked with LDAP Server ?
Per MSDN lockoutTime = 0 if they're unlocked and > 0 otherwise, so if it's > 0 then they're locked out...
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/20/2006
Re: Retrieve only name and telephonenumber
You need to check that the value isn't null before you use it: if (!(sr.Properties[ "telephonenumber" ][0] == null )) { // Do something }
Posted to
Active Directory and LDAP
(Forum)
by
bdesmond
on 9/20/2006
Page 1 of 78 (777 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online