Core Server Configuration Attributes ReferenceChapter 2 Core Server Configuration Reference 67nsslapd-rootpwstoragescheme (Root Password Storage Scheme)Available only from the server console. This attribute indicates the encryptionmethod used for the root password.nsslapd-schemacheck (Schema Checking)Specifies whether the database schema will be enforced during entry insertion ormodification. When this attribute has a value of on, Directory Server will not checkthe schema of existing entries until they are modified.The database schema definesthe type of information allowed in the database. You can extend the default schemausing the objectclasses and attribute types. For information on how to extendyour schema using the Directory Server Console, see Chapter 9, “Extending theDirectory Schema” in the Netscape Directory Server Administrator’s Guide.Default Value N/ASyntax DirectoryString {encryption_method} encrypted_PasswordExample nsslapd-rootpw: {SSHA}9Eko69APCJfFEntry DN cn=configValid Range Any encryption method as described in “passwordStorageScheme(Password Storage Scheme)” on page 77.Default Value CLEARSyntax DirectoryStringExample nsslapd-rootpwstoragescheme: SSHANOTE Schema checking works by default when database modificationsare made using an LDAP client, such as ldapmodify, the DirectoryServer Gateway, or when importing a database from LDIF usingldif2db. If you turn schema checking off, you will have to verifymanually that your entries conform to the schema. If schemachecking is turned on, the server sends an error message to informyou of the entries which do not match the schema. Make sure thatthe attributes and object classes you create in your LDIF statementsare both spelled correctly and identified in dse.ldif.You willneed to create a file in LDIF format in the schema directory or addthe elements to 99user.ldif.