SonicOS 8 Users
- SonicOS 8
- 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 Local Users and Groups
- Configuring Guest Services
- Configuring Guest Accounts
- Managing Guest Status
- SonicWall Support
LDAP Terms
-
Active Directory (AD):The Microsoft directory service is 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. An object can have required attributes or allowed attributes. For example, the "dc" attribute is a required attribute of the "dcObject" (domain component) object.
-
cn: The common name attribute is a required component of many object classes within LDAP.
-
dc: The domain component attribute is commonly found at the root of a distinguished name and is often a required attribute.
-
dn: A distinguished name is a globally unique identifier for a user or other object. It is composed of several components, usually starting with a common name (cn) component and ending with a domain specified by two or more domain components (dc). For example cn=john,cn=users,dc=domain,dc=com.
-
eDirectory:The Novell directory service is used for Novell NetWare-based networking. Novell eDirectory features an LDAP gateway that can be utilized 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 ways. 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 as "groupOfNames."
-
Object class: Object classes specify the types of entries that an LDAP directory can contain. Examples of object classes used by Active Directory include user and group.
-
ou: The organizational unit attribute is a required component of most LDAP schema implementations.
-
Schema: The schema is the set of rules or structure that defines the types of data that can be stored in a directory and how that data can be organized. Data is stored in the form of entries.
-
TLS: Transport Layer Security (TLS) is the IETF-standardized version of SSL (Secure Sockets Layer). TLS 1.0 is the successor to SSL 3.0, and TLS 1.1 and 1.2 are later versions.
Was This Article Helpful?
Help us to improve our support portal