listing users with dial in access

  • Thread starter Thread starter Michael Barnes
  • Start date Start date
If you have a native mode domain, you would (should)
control dial-in access via profiles, and could then grant
access to dial-in users via group membership. This would
allow you to simply enumerate the group you have created
for dial-in user access to see who has been granted such
access.

Aaron - MCSA, MCSE, CCNA, CCNP
 
Hello,

You can use LDP to search by using the following base DN and filter

Base DN: dc=domain,dc=local (&(objectClass=user)(msNPAllowDialin=TRUE))

Further information about using LDP can be found in this article:

255602 XADM: Browsing and Querying Using the LDP Utility
http://support.microsoft.com/?id=255602

NOTE: "msNPAllowDialin" works only in native mode.

*********

You can also use Rasusers.exe (Enumerating Remote Access Users) in Windows
2000 Resource Kit.

Thanks.


Sincerely,

Vivien Wu
MCSA, MCSE2000 and MCDBA2000
Microsoft Partner Online Support


Get Secure! - www.microsoft.com/security

====================================================
When responding to posts, please Reply to Group via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided AS IS with no warranties, and confers no rights.
 
Back
Top