A server is authenticating users using the pam_ldap module. Only users who are members of a certain group should be allowed to login. In which parameter in ldap.conf can a filter string be specified, that is ANDed with the login attribute when validating a user? (Enter only the parameter, without any options or values)
A server is authenticating users using the pam_ldap module. Only users who are members of a certain group should be allowed to login. In which parameter in ldap.conf can a filter string be specified, that is ANDed with the login attribute when validating a user? (Enter only the parameter, without...
Sending a message of type ________ to a Samba daemon using smbcontrol changes the daemon's debug level. (Only specify the name of the message type without command or options)
Sending a message of type ________ to a Samba daemon using smbcontrol changes the daemon's debug level. (Only specify the name of the message type without command or options)View AnswerAnswer: debug
Which parameter in smb.conf forces Samba to use only ASCII?
By default, Samba tries to automatically detect the correct character set to use with a connecting client. Which parameter in smb.conf forces Samba to use only ASCII?A . global charset = ASCIIB . unicode = noC . ASCII = yesD . force charset = ASCIIE . reduce charset = yesView...
OpenLDAP can be secured by which of these options? (Select THREE correct choices)
OpenLDAP can be secured by which of these options? (Select THREE correct choices)A . TLS (Transport Layer Security)B . ACLs (Access Control Lists)C . HTTPS (Hypertext Transfer Protocol Secure)D . SSL (Secure Sockets Layer)E . OSI-L2 (OSI Layer 2 encryption)View AnswerAnswer: A, B, D
In order to generate individual logfiles for machines connecting to Samba, which of the following statements have to be used in the Samba configuration file?
In order to generate individual logfiles for machines connecting to Samba, which of the following statements have to be used in the Samba configuration file?A . log file = /var/log/samba/log.%cB . log file = /var/log/samba/log.%MC . log file = /var/log/samba/log.%mD . log file = /var/log/samba/log.%IView AnswerAnswer: C
What samba command generates the following output?
Fill in the blank. What samba command generates the following output? (Specify ONLY the command without any path or parameters.) View AnswerAnswer: smbstatus
What is the most likely cause of this?
After modifying the indexes for a database in slapd.conf and running slapindex, the slapd daemon refuses to start when its init script is called. What is the most likely cause of this?A . The indexes are not compatible with the init script.B . The init script cannot be run after...
In an OpenLDAP masters's slapd.conf configuration file, a replica configuration option is needed to enable a slave OpenLDAP server to replicate. What value is required in the following setting: bindmethod=____________ if using passwords for master/slave authentication? (Only specify the missing value)
In an OpenLDAP masters's slapd.conf configuration file, a replica configuration option is needed to enable a slave OpenLDAP server to replicate. What value is required in the following setting: bindmethod=____________ if using passwords for master/slave authentication? (Only specify the missing value)View AnswerAnswer: simple
Which command in the Samba suite will list the current connections?
Which command in the Samba suite will list the current connections?A . nmbstatusB . smbconnlistC . smbsocklistD . smbstatusView AnswerAnswer: D
In the example below, what is the missing argument that is required to use secret as the password to authenticate the replication push with a slave directory server?
In the example below, what is the missing argument that is required to use secret as the password to authenticate the replication push with a slave directory server? replica uri=ldaps: //slave.example.com: 636 binddn="cn=Replicator,dc=example,dc=com" bindmethod=simple ______________=secretA . secureB . masterC . credentialsD . passwordView AnswerAnswer: C