SonicOS 7.1 Users
- SonicOS 7.1
- About SonicOS
- About User Management
- Using Local Users and Groups for Authentication
- Using RADIUS for Authentication
- Using LDAP/Active Directory/eDirectory Authentication
- Using RADIUS
- Using TACACS+
- Using Single Sign-On
- What is Single Sign-On?
- Benefits of SonicWall SSO
- Platforms and Supported Standards
- How Does Single Sign-On Work?
- How Does SSO Agent Work?
- How Does Terminal Services Agent Work?
- How Does Browser NTLM Authentication Work?
- How Does RADIUS Accounting for Single-Sign-On Work?
- Installing the Single Sign-On Agent and/or Terminal Services Agent
- Single Sign-On Advanced Features
- Configuring Access Rules
- Managing SonicOS with HTTP Login from a Terminal Server
- Viewing and Managing SSO User Sessions
- Multiple Administrator Support
- Configuring Users Status
- Configuring User Settings
- User Login Settings
- Setting the Authentication Method for Login
- Configuring RADIUS Authentication
- Configuring LDAP
- Configuring TACACS+
- Requiring User Names be Treated as Case-Sensitive
- Preventing Users From Logging in from More than One Location
- Forcing Users to Log In Immediately After Changing Their Passwords
- Displaying User Login Information Since the Last Login
- Setting the Single-Sign-On Methods
- One-Time Password Settings
- Configuring the User Web Login Settings
- Adding URLs to Authentication Bypass
- User Session Settings
- Accounting
- [[[Missing Linked File System.LinkedTitle]]]
- User Login Settings
- Configuring and Managing Partitions
- Configuring Local Users and Groups
- Configuring Guest Services
- Configuring Guest Accounts
- Managing Guest Status
- SonicWall Support
LDAP Terms
-
Active Directory (AD): The Microsoft directory service, commonly used with Windows-based networking. Microsoft Active Directory is compatible with LDAP.
-
Attribute: A data item stored in an object in an LDAP directory. Object can have required attributes or allowed attributes. For example, the
dc
attribute is a required attribute of thedcObject
(domain component) object. -
cn: The common name attribute is a required component of many object classes throughout LDAP.
-
dc: The domain component attribute is commonly found at the root of a distinguished name, and is commonly a required attribute.
-
dn: A distinguished name, that is, a globally unique name for a user or other object. It is made up of a number of components, usually starting with a common name (
cn
) component and ending with a domain specified as two or more domain components (dc
). For example,cn=john
,cn=users
,dc=domain
,dc=com
. -
eDirectory: The Novell directory service, used for Novell NetWare-based networking. Novell eDirectory has an LDAP gateway that can be used for management.
-
Entry: The data that is stored in the LDAP directory. Entries are stored in
attribute/value
(orname/value
) pairs, where the attributes are defined by object classes. A sample entry would becn=john
wherecn
(common name) is the attribute, andjohn
is the value. -
Object: In LDAP terminology, the entries in a directory are referred to as objects. For the purposes of the GMS implementation of the LDAP client, the critical objects are User and Group objects. Different implementations of LDAP can refer to these object classes in different fashions, for example, Active Directory refers to the user object as user and the group object as group, while RFC2798 refers to the user object as
inetOrgPerson
and the group object asgroupOfNames
. -
Object class: Object classes define the type of entries that an LDAP directory might contain. A sample object class, as used by AD, would be user or group.
-
ou: The organizational unit attribute is a required component of most LDAP schema implementations.
-
Schema: The schema is the set of rules or the structure that defines the types of data that can be stored in a directory, and how that data can be stored. Data is stored in the form of entries.
-
TLS: Transport Layer Security is the IETF standardized version of SSL (Secure Sockets Layer). TLS 1.0 is the successor to SSL 3.0. TLS 1.1 and 1.2 are later versions.
Was This Article Helpful?
Help us to improve our support portal