diff --git a/lam/config/addressbook.sample.conf b/lam/config/addressbook.sample.conf index 13edf2b33..9f031f727 100644 --- a/lam/config/addressbook.sample.conf +++ b/lam/config/addressbook.sample.conf @@ -1,209 +1 @@ -# LDAP Account Manager configuration -# -# Please do not modify this file manually. The configuration can be done completely by the LAM GUI. -# -################################################################################################### - -# server address (e.g. ldap://localhost:389 or ldaps://localhost:636) -ServerURL: ldap://localhost:389 - -# list of users who are allowed to use LDAP Account Manager -# names have to be separated by semicolons -# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org -Admins: cn=Manager,dc=my-domain,dc=com - -# password to change these preferences via webfrontend (default: lam) -Passwd: lam - -# suffix of tree view -# e.g. dc=yourdomain,dc=org -tools: treeViewSuffix: dc=yourdomain,dc=org - -# default language (a line from config/language) -defaultLanguage: en_GB.utf8 - -# Path to external Script -scriptPath: - -# Server of external Script -scriptServer: - -# Access rights for home directories -scriptRights: 750 - -# Number of minutes LAM caches LDAP searches. -cachetimeout: 5 - -# LDAP search limit. -searchLimit: 0 - -# Module settings - -modules: posixAccount_user_minUID: 10000 -modules: posixAccount_user_maxUID: 30000 -modules: posixAccount_host_minMachine: 50000 -modules: posixAccount_host_maxMachine: 60000 -modules: posixGroup_group_minGID: 10000 -modules: posixGroup_group_maxGID: 20000 -modules: posixAccount_user_uidGeneratorUsers: range -modules: posixAccount_host_uidGeneratorUsers: range -modules: posixAccount_group_gidGeneratorUsers: range -modules: posixGroup_pwdHash: SSHA -modules: posixAccount_pwdHash: SSHA - -# List of active account types. -activeTypes: user - - -types: suffix_user: ou=People,dc=my-domain,dc=com -types: attr_user: #uid;#givenName;#sn;#mail -types: modules_user: inetOrgPerson - -types: suffix_group: ou=group,dc=my-domain,dc=com -types: attr_group: #cn;#gidNumber;#memberUID;#description -types: modules_group: posixGroup - -# Password mail subject -lamProMailSubject: Your password was reset - -# Password mail text -lamProMailText: Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+ - - - -# enable TLS encryption -useTLS: yes - - -# follow referrals -followReferrals: false - - -# paged results -pagedResults: false - - -# Access level for this profile. -accessLevel: 100 - - -# Login method. -loginMethod: list - - -# Search suffix for LAM login. -loginSearchSuffix: dc=yourdomain,dc=org - - -# Search filter for LAM login. -loginSearchFilter: uid=%USER% - - -# Bind DN for login search. -loginSearchDN: - - -# Bind password for login search. -loginSearchPassword: - - -# HTTP authentication for LAM login. -httpAuthentication: false - - -# Password mail from -lamProMailFrom: - - -# Password mail reply-to -lamProMailReplyTo: - - -# Password mail is HTML -lamProMailIsHTML: false - - -# Allow alternate address -lamProMailAllowAlternateAddress: true -modules: inetOrgPerson_hideDescription: false -modules: inetOrgPerson_hideStreet: false -modules: inetOrgPerson_hidePostOfficeBox: false -modules: inetOrgPerson_hidePostalCode: false -modules: inetOrgPerson_hideLocation: false -modules: inetOrgPerson_hideState: false -modules: inetOrgPerson_hidePostalAddress: false -modules: inetOrgPerson_hideRegisteredAddress: false -modules: inetOrgPerson_hideOfficeName: false -modules: inetOrgPerson_hideRoomNumber: false -modules: inetOrgPerson_hideTelephoneNumber: false -modules: inetOrgPerson_hideHomeTelephoneNumber: false -modules: inetOrgPerson_hideMobileNumber: false -modules: inetOrgPerson_hideFaxNumber: false -modules: inetOrgPerson_hidePager: true -modules: inetOrgPerson_hideEMailAddress: false -modules: inetOrgPerson_hideJobTitle: false -modules: inetOrgPerson_hideCarLicense: false -modules: inetOrgPerson_hideEmployeeType: false -modules: inetOrgPerson_hideBusinessCategory: false -modules: inetOrgPerson_hideDepartments: false -modules: inetOrgPerson_hideManager: false -modules: inetOrgPerson_hideOu: false -modules: inetOrgPerson_hideO: false -modules: inetOrgPerson_hideEmployeeNumber: false -modules: inetOrgPerson_hideInitials: false -modules: inetOrgPerson_hideLabeledURI: false -modules: inetOrgPerson_hideuserCertificate: false -modules: inetOrgPerson_hidejpegPhoto: false -modules: inetOrgPerson_hideUID: false -modules: inetOrgPerson_readOnly_businessCategory: false -modules: inetOrgPerson_readOnly_cn: false -modules: inetOrgPerson_readOnly_employeeType: false -modules: inetOrgPerson_readOnly_postalAddress: false -modules: inetOrgPerson_readOnly_uid: false -modules: inetOrgPerson_readOnly_title: false -modules: inetOrgPerson_readOnly_description: false -modules: inetOrgPerson_readOnly_st: false -modules: inetOrgPerson_readOnly_physicalDeliveryOfficeName: false -modules: inetOrgPerson_readOnly_mail: false -modules: inetOrgPerson_readOnly_facsimileTelephoneNumber: false -modules: inetOrgPerson_readOnly_jpegPhoto: false -modules: inetOrgPerson_readOnly_carLicense: false -modules: inetOrgPerson_readOnly_labeledURI: false -modules: inetOrgPerson_readOnly_initials: false -modules: inetOrgPerson_readOnly_registeredAddress: false -modules: inetOrgPerson_readOnly_mobile: false -modules: inetOrgPerson_readOnly_sn: false -modules: inetOrgPerson_readOnly_o: false -modules: inetOrgPerson_readOnly_ou: false -modules: inetOrgPerson_readOnly_l: false -modules: inetOrgPerson_readOnly_pager: false -modules: inetOrgPerson_readOnly_userPassword: false -modules: inetOrgPerson_readOnly_employeeNumber: false -modules: inetOrgPerson_readOnly_postOfficeBox: false -modules: inetOrgPerson_readOnly_postalCode: false -modules: inetOrgPerson_readOnly_roomNumber: false -modules: inetOrgPerson_readOnly_street: false -modules: inetOrgPerson_readOnly_homePhone: false -modules: inetOrgPerson_readOnly_telephoneNumber: false -modules: inetOrgPerson_readOnly_departmentNumber: false -modules: inetOrgPerson_readOnly_manager: false -modules: inetOrgPerson_readOnly_givenName: false -modules: inetOrgPerson_jpegPhoto_maxWidth: -modules: inetOrgPerson_jpegPhoto_maxHeight: -modules: inetOrgPerson_jpegPhoto_maxSize: -types: filter_user: -types: customLabel_user: -types: filter_group: -types: customLabel_group: -types: hidden_user: -types: hideNewButton_user: -types: hideDeleteButton_user: -types: readOnly_user: -tools: tool_hide_toolServerInformation: false -tools: tool_hide_toolFileUpload: false -tools: tool_hide_toolMultiEdit: false -tools: tool_hide_toolPDFEditor: false -tools: tool_hide_toolOUEditor: false -tools: tool_hide_toolProfileEditor: false -tools: tool_hide_toolTests: false -tools: tool_hide_toolSchemaBrowser: false +{"ServerURL":"ldap:\/\/localhost:389","useTLS":"yes","followReferrals":"false","pagedResults":"false","Passwd":"{CRYPT-SHA512}$6$ZJcXwaxHP0GQH0Rd$Ggkn8Wz\/8ntCM9v0TywomjkgSvV.3BoayFwnc9QP3MV.b7HWaqLOA8urP2e7HyEmU\/JmC8xR7jTqrXCHC4kFr. WkpjWHdheEhQMEdRSDBSZA==","Admins":"cn=Manager,dc=my-domain,dc=com","defaultLanguage":"en_GB.utf8","scriptPath":"","scriptServer":"","scriptRights":"750","serverDisplayName":"","activeTypes":"user","accessLevel":"100","loginMethod":"list","loginSearchSuffix":"dc=yourdomain,dc=org","loginSearchFilter":"uid=%USER%","searchLimit":"0","lamProMailFrom":"noreply@example.com","lamProMailReplyTo":"","lamProMailSubject":"Your password was reset","lamProMailText":"Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+","lamProMailIsHTML":"false","lamProMailAllowAlternateAddress":"true","httpAuthentication":"false","loginSearchDN":"","loginSearchPassword":"","timeZone":"Europe\/London","jobsBindUser":null,"jobsBindPassword":null,"jobsDatabase":null,"jobsDBHost":null,"jobsDBPort":null,"jobsDBUser":null,"jobsDBPassword":null,"jobsDBName":null,"pwdResetAllowSpecificPassword":"true","pwdResetAllowScreenPassword":"true","pwdResetForcePasswordChange":"true","pwdResetDefaultPasswordOutput":"2","scriptUserName":"","scriptSSHKey":"","scriptSSHKeyPassword":"","twoFactorAuthentication":"none","twoFactorAuthenticationURL":"https:\/\/localhost","twoFactorAuthenticationInsecure":false,"twoFactorAuthenticationLabel":"","twoFactorAuthenticationOptional":false,"twoFactorAuthenticationCaption":"","twoFactorAuthenticationClientId":"","twoFactorAuthenticationSecretKey":"","twoFactorAuthenticationDomain":"","twoFactorAuthenticationAttribute":"uid","twoFactorAllowToRememberDevice":"false","twoFactorRememberDeviceDuration":"28800","twoFactorRememberDevicePassword":".1If-pX20sD0ZlJUMPH48CQ8_O4ulp","referentialIntegrityOverlay":"false","hidePasswordPromptForExpiredPasswords":"false","hideDnPart":"","pwdPolicyMinLength":"","pwdPolicyMinLowercase":"","pwdPolicyMinUppercase":"","pwdPolicyMinNumeric":"","pwdPolicyMinSymbolic":"","typeSettings":{"suffix_user":"ou=People,dc=my-domain,dc=com","attr_user":"#uid;#givenName;#sn;#mail","modules_user":"inetOrgPerson","suffix_group":"ou=group,dc=my-domain,dc=com","attr_group":"#cn;#gidNumber;#memberUID;#description","modules_group":"posixGroup"},"moduleSettings":{"posixAccount_user_minUID":["10000"],"posixAccount_user_maxUID":["30000"],"posixAccount_host_minMachine":["50000"],"posixAccount_host_maxMachine":["60000"],"posixGroup_group_minGID":["10000"],"posixGroup_group_maxGID":["20000"],"posixAccount_user_uidGeneratorUsers":["range"],"posixAccount_host_uidGeneratorUsers":["range"],"posixAccount_group_gidGeneratorUsers":["range"],"posixGroup_pwdHash":["SSHA"],"posixAccount_pwdHash":["SSHA"],"inetOrgPerson_hideDescription":["false"],"inetOrgPerson_hideStreet":["false"],"inetOrgPerson_hidePostOfficeBox":["false"],"inetOrgPerson_hidePostalCode":["false"],"inetOrgPerson_hideLocation":["false"],"inetOrgPerson_hideState":["false"],"inetOrgPerson_hidePostalAddress":["false"],"inetOrgPerson_hideRegisteredAddress":["false"],"inetOrgPerson_hideOfficeName":["false"],"inetOrgPerson_hideRoomNumber":["false"],"inetOrgPerson_hideTelephoneNumber":["false"],"inetOrgPerson_hideHomeTelephoneNumber":["false"],"inetOrgPerson_hideMobileNumber":["false"],"inetOrgPerson_hideFaxNumber":["false"],"inetOrgPerson_hidePager":["true"],"inetOrgPerson_hideEMailAddress":["false"],"inetOrgPerson_hideJobTitle":["false"],"inetOrgPerson_hideCarLicense":["false"],"inetOrgPerson_hideEmployeeType":["false"],"inetOrgPerson_hideBusinessCategory":["false"],"inetOrgPerson_hideDepartments":["false"],"inetOrgPerson_hideManager":["false"],"inetOrgPerson_hideOu":["false"],"inetOrgPerson_hideO":["false"],"inetOrgPerson_hideEmployeeNumber":["false"],"inetOrgPerson_hideInitials":["false"],"inetOrgPerson_hideLabeledURI":["false"],"inetOrgPerson_hideuserCertificate":["false"],"inetOrgPerson_hidejpegPhoto":["false"],"inetOrgPerson_hideUID":["false"],"inetOrgPerson_readOnly_businessCategory":["false"],"inetOrgPerson_readOnly_cn":["false"],"inetOrgPerson_readOnly_employeeType":["false"],"inetOrgPerson_readOnly_postalAddress":["false"],"inetOrgPerson_readOnly_uid":["false"],"inetOrgPerson_readOnly_title":["false"],"inetOrgPerson_readOnly_description":["false"],"inetOrgPerson_readOnly_st":["false"],"inetOrgPerson_readOnly_physicalDeliveryOfficeName":["false"],"inetOrgPerson_readOnly_mail":["false"],"inetOrgPerson_readOnly_facsimileTelephoneNumber":["false"],"inetOrgPerson_readOnly_jpegPhoto":["false"],"inetOrgPerson_readOnly_carLicense":["false"],"inetOrgPerson_readOnly_labeledURI":["false"],"inetOrgPerson_readOnly_initials":["false"],"inetOrgPerson_readOnly_registeredAddress":["false"],"inetOrgPerson_readOnly_mobile":["false"],"inetOrgPerson_readOnly_sn":["false"],"inetOrgPerson_readOnly_o":["false"],"inetOrgPerson_readOnly_ou":["false"],"inetOrgPerson_readOnly_l":["false"],"inetOrgPerson_readOnly_pager":["false"],"inetOrgPerson_readOnly_userPassword":["false"],"inetOrgPerson_readOnly_employeeNumber":["false"],"inetOrgPerson_readOnly_postOfficeBox":["false"],"inetOrgPerson_readOnly_postalCode":["false"],"inetOrgPerson_readOnly_roomNumber":["false"],"inetOrgPerson_readOnly_street":["false"],"inetOrgPerson_readOnly_homePhone":["false"],"inetOrgPerson_readOnly_telephoneNumber":["false"],"inetOrgPerson_readOnly_departmentNumber":["false"],"inetOrgPerson_readOnly_manager":["false"],"inetOrgPerson_readOnly_givenName":["false"]},"toolSettings":{"treeViewSuffix":"dc=yourdomain,dc=org","tool_hide_toolServerInformation":"false","tool_hide_toolFileUpload":"false","tool_hide_toolMultiEdit":"false","tool_hide_toolPDFEditor":"false","tool_hide_toolOUEditor":"false","tool_hide_toolProfileEditor":"false","tool_hide_ImportExport":"false","tool_hide_toolWebauthn":"false","tool_hide_toolSchemaBrowser":"false","tool_hide_TreeViewTool":"false","tool_hide_toolTests":"false"},"jobSettings":[]} \ No newline at end of file diff --git a/lam/config/samba3.sample.conf b/lam/config/samba3.sample.conf index e6c753f1f..b896f8aaa 100644 --- a/lam/config/samba3.sample.conf +++ b/lam/config/samba3.sample.conf @@ -1,254 +1 @@ -# LDAP Account Manager configuration -# -# Please do not modify this file manually. The configuration can be done completely by the LAM GUI. -# -################################################################################################### - -# server address (e.g. ldap://localhost:389 or ldaps://localhost:636) -ServerURL: ldap://localhost:389 - -# list of users who are allowed to use LDAP Account Manager -# names have to be separated by semicolons -# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org -Admins: cn=Manager,dc=my-domain,dc=com - -# password to change these preferences via webfrontend (default: lam) -Passwd: lam - -# suffix of tree view -# e.g. dc=yourdomain,dc=org -tools: treeViewSuffix: dc=yourdomain,dc=org - -# default language (a line from config/language) -defaultLanguage: en_GB.utf8 - -# Path to external Script -scriptPath: - -# Server of external Script -scriptServer: - -# Access rights for home directories -scriptRights: 750 - -# Number of minutes LAM caches LDAP searches. -cachetimeout: 5 - -# LDAP search limit. -searchLimit: 0 - -# Module settings - -modules: posixAccount_user_minUID: 10000 -modules: posixAccount_user_maxUID: 30000 -modules: posixAccount_host_minMachine: 50000 -modules: posixAccount_host_maxMachine: 60000 -modules: posixGroup_group_minGID: 10000 -modules: posixGroup_group_maxGID: 20000 -modules: posixAccount_user_uidGeneratorUsers: range -modules: posixAccount_host_uidGeneratorUsers: range -modules: posixAccount_group_gidGeneratorUsers: range -modules: posixGroup_pwdHash: SSHA -modules: posixAccount_pwdHash: SSHA - -# List of active account types. -activeTypes: user,group,host,smbDomain - - -types: suffix_user: ou=People,dc=my-domain,dc=com -types: attr_user: #uid;#givenName;#sn;#uidNumber;#gidNumber -types: modules_user: inetOrgPerson,posixAccount,shadowAccount,sambaSamAccount - -types: suffix_group: ou=group,dc=my-domain,dc=com -types: attr_group: #cn;#gidNumber;#memberUID;#description -types: modules_group: posixGroup,sambaGroupMapping - -# Password mail subject -lamProMailSubject: Your password was reset - -# Password mail text -lamProMailText: Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+ - - - -# enable TLS encryption -useTLS: yes - - -# follow referrals -followReferrals: false - - -# paged results -pagedResults: false - - -# Access level for this profile. -accessLevel: 100 - - -# Login method. -loginMethod: list - - -# Search suffix for LAM login. -loginSearchSuffix: dc=yourdomain,dc=org - - -# Search filter for LAM login. -loginSearchFilter: uid=%USER% - - -# Bind DN for login search. -loginSearchDN: - - -# Bind password for login search. -loginSearchPassword: - - -# HTTP authentication for LAM login. -httpAuthentication: false - - -# Password mail from -lamProMailFrom: - - -# Password mail reply-to -lamProMailReplyTo: - - -# Password mail is HTML -lamProMailIsHTML: false - - -# Allow alternate address -lamProMailAllowAlternateAddress: true -modules: posixGroup_group_gidGenerator: range -modules: posixGroup_group_sambaIDPoolDN: -modules: posixGroup_group_gidCheckSuffix: -modules: posixGroup_group_hidememberUid: false -modules: sambaSamAccount_timeZone: 0 -modules: sambaSamAccount_lmHash: yes -modules: sambaSamAccount_hideHomeDrive: false -modules: sambaSamAccount_hideHomePath: false -modules: sambaSamAccount_hideProfilePath: false -modules: sambaSamAccount_hideLogonScript: false -modules: sambaSamAccount_hideSambaPwdLastSet: false -modules: sambaSamAccount_hideWorkstations: false -modules: sambaSamAccount_hideLogonHours: false -modules: sambaSamAccount_hideTerminalServer: false -modules: posixAccount_user_uidGeneratorUsers: range -modules: posixAccount_user_sambaIDPoolDNUsers: -modules: posixAccount_user_uidCheckSuffixUser: -modules: posixAccount_host_uidGeneratorHosts: range -modules: posixAccount_host_sambaIDPoolDNHosts: -modules: posixAccount_host_uidCheckSuffixHost: -modules: posixAccount_shells: /bin/bash+::+/bin/csh+::+/bin/dash+::+/bin/false+::+/bin/ksh+::+/bin/sh -modules: posixAccount_user_hidegecos: false -modules: posixAccount_primaryGroupAsSecondary: false -modules: posixAccount_user_userNameSuggestion: @givenname@%sn% -modules: inetOrgPerson_hideDescription: false -modules: inetOrgPerson_hideStreet: false -modules: inetOrgPerson_hidePostOfficeBox: false -modules: inetOrgPerson_hidePostalCode: false -modules: inetOrgPerson_hideLocation: false -modules: inetOrgPerson_hideState: false -modules: inetOrgPerson_hidePostalAddress: false -modules: inetOrgPerson_hideRegisteredAddress: false -modules: inetOrgPerson_hideOfficeName: false -modules: inetOrgPerson_hideRoomNumber: false -modules: inetOrgPerson_hideTelephoneNumber: false -modules: inetOrgPerson_hideHomeTelephoneNumber: false -modules: inetOrgPerson_hideMobileNumber: false -modules: inetOrgPerson_hideFaxNumber: false -modules: inetOrgPerson_hidePager: true -modules: inetOrgPerson_hideEMailAddress: false -modules: inetOrgPerson_hideJobTitle: false -modules: inetOrgPerson_hideCarLicense: false -modules: inetOrgPerson_hideEmployeeType: false -modules: inetOrgPerson_hideBusinessCategory: false -modules: inetOrgPerson_hideDepartments: false -modules: inetOrgPerson_hideManager: false -modules: inetOrgPerson_hideOu: false -modules: inetOrgPerson_hideO: false -modules: inetOrgPerson_hideEmployeeNumber: false -modules: inetOrgPerson_hideInitials: false -modules: inetOrgPerson_hideLabeledURI: false -modules: inetOrgPerson_hideuserCertificate: false -modules: inetOrgPerson_hidejpegPhoto: false -modules: inetOrgPerson_readOnly_businessCategory: false -modules: inetOrgPerson_readOnly_cn: false -modules: inetOrgPerson_readOnly_employeeType: false -modules: inetOrgPerson_readOnly_postalAddress: false -modules: inetOrgPerson_readOnly_uid: false -modules: inetOrgPerson_readOnly_title: false -modules: inetOrgPerson_readOnly_description: false -modules: inetOrgPerson_readOnly_st: false -modules: inetOrgPerson_readOnly_physicalDeliveryOfficeName: false -modules: inetOrgPerson_readOnly_mail: false -modules: inetOrgPerson_readOnly_facsimileTelephoneNumber: false -modules: inetOrgPerson_readOnly_jpegPhoto: false -modules: inetOrgPerson_readOnly_carLicense: false -modules: inetOrgPerson_readOnly_labeledURI: false -modules: inetOrgPerson_readOnly_initials: false -modules: inetOrgPerson_readOnly_registeredAddress: false -modules: inetOrgPerson_readOnly_mobile: false -modules: inetOrgPerson_readOnly_sn: false -modules: inetOrgPerson_readOnly_o: false -modules: inetOrgPerson_readOnly_ou: false -modules: inetOrgPerson_readOnly_l: false -modules: inetOrgPerson_readOnly_pager: false -modules: inetOrgPerson_readOnly_userPassword: false -modules: inetOrgPerson_readOnly_employeeNumber: false -modules: inetOrgPerson_readOnly_postOfficeBox: false -modules: inetOrgPerson_readOnly_postalCode: false -modules: inetOrgPerson_readOnly_roomNumber: false -modules: inetOrgPerson_readOnly_street: false -modules: inetOrgPerson_readOnly_homePhone: false -modules: inetOrgPerson_readOnly_telephoneNumber: false -modules: inetOrgPerson_readOnly_departmentNumber: false -modules: inetOrgPerson_readOnly_manager: false -modules: inetOrgPerson_readOnly_givenName: false -modules: inetOrgPerson_jpegPhoto_maxWidth: -modules: inetOrgPerson_jpegPhoto_maxHeight: -modules: inetOrgPerson_jpegPhoto_maxSize: -types: filter_user: -types: customLabel_user: -types: filter_group: -types: customLabel_group: -types: hidden_user: -types: hideNewButton_user: -types: hideDeleteButton_user: -types: readOnly_user: -types: hidden_group: -types: hideNewButton_group: -types: hideDeleteButton_group: -types: readOnly_group: -types: hidden_host: -types: hideNewButton_host: -types: hideDeleteButton_host: -types: readOnly_host: -types: suffix_host: ou=machines,dc=my-domain,dc=com -types: attr_host: #cn;#description;#uidNumber;#gidNumber -types: filter_host: -types: customLabel_host: -types: hidden_smbDomain: -types: hideNewButton_smbDomain: -types: hideDeleteButton_smbDomain: -types: readOnly_smbDomain: -types: suffix_smbDomain: dc=my-domain,dc=com -types: attr_smbDomain: #sambaDomainName;#sambaSID -types: filter_smbDomain: -types: customLabel_smbDomain: -types: modules_host: account,posixAccount,sambaSamAccount -types: modules_smbDomain: sambaDomain -tools: tool_hide_toolServerInformation: false -tools: tool_hide_toolFileUpload: false -tools: tool_hide_toolMultiEdit: false -tools: tool_hide_toolPDFEditor: false -tools: tool_hide_toolOUEditor: false -tools: tool_hide_toolProfileEditor: false -tools: tool_hide_toolTests: false -tools: tool_hide_toolSchemaBrowser: false +{"ServerURL":"ldap:\/\/localhost:389","useTLS":"yes","followReferrals":"false","pagedResults":"false","Passwd":"{CRYPT-SHA512}$6$MUWJEkvtUY7G5sFA$QS6voQCksH9gNbbbQpjDKt65iez9bgKQI2x60DAffCK5.LO\/\/QfYTetQ6V2PlUR32CTkuhlSXSGXnH9scD\/zb0 TVVXSkVrdnRVWTdHNXNGQQ==","Admins":"cn=Manager,dc=my-domain,dc=com","defaultLanguage":"en_GB.utf8","scriptPath":"","scriptServer":"","scriptRights":"750","serverDisplayName":"","activeTypes":"user,group,host,smbDomain","accessLevel":"100","loginMethod":"list","loginSearchSuffix":"dc=yourdomain,dc=org","loginSearchFilter":"uid=%USER%","searchLimit":"0","lamProMailFrom":"noreply@example.com","lamProMailReplyTo":"","lamProMailSubject":"Your password was reset","lamProMailText":"Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+","lamProMailIsHTML":"false","lamProMailAllowAlternateAddress":"true","httpAuthentication":"false","loginSearchDN":"","loginSearchPassword":"","timeZone":"Europe\/London","jobsBindUser":null,"jobsBindPassword":null,"jobsDatabase":null,"jobsDBHost":null,"jobsDBPort":null,"jobsDBUser":null,"jobsDBPassword":null,"jobsDBName":null,"pwdResetAllowSpecificPassword":"true","pwdResetAllowScreenPassword":"true","pwdResetForcePasswordChange":"true","pwdResetDefaultPasswordOutput":"2","scriptUserName":"","scriptSSHKey":"","scriptSSHKeyPassword":"","twoFactorAuthentication":"none","twoFactorAuthenticationURL":"https:\/\/localhost","twoFactorAuthenticationInsecure":false,"twoFactorAuthenticationLabel":"","twoFactorAuthenticationOptional":false,"twoFactorAuthenticationCaption":"","twoFactorAuthenticationClientId":"","twoFactorAuthenticationSecretKey":"","twoFactorAuthenticationDomain":"","twoFactorAuthenticationAttribute":"uid","twoFactorAllowToRememberDevice":"false","twoFactorRememberDeviceDuration":"28800","twoFactorRememberDevicePassword":"1w7jQ3OYtxo-R3VfC7jTmlyGl4NlCP","referentialIntegrityOverlay":"false","hidePasswordPromptForExpiredPasswords":"false","hideDnPart":"","pwdPolicyMinLength":"","pwdPolicyMinLowercase":"","pwdPolicyMinUppercase":"","pwdPolicyMinNumeric":"","pwdPolicyMinSymbolic":"","typeSettings":{"suffix_user":"ou=People,dc=my-domain,dc=com","attr_user":"#uid;#givenName;#sn;#uidNumber;#gidNumber","modules_user":"inetOrgPerson,posixAccount,shadowAccount,sambaSamAccount","suffix_group":"ou=group,dc=my-domain,dc=com","attr_group":"#cn;#gidNumber;#memberUID;#description","modules_group":"posixGroup,sambaGroupMapping","suffix_host":"ou=machines,dc=my-domain,dc=com","attr_host":"#cn;#description;#uidNumber;#gidNumber","suffix_smbDomain":"dc=my-domain,dc=com","attr_smbDomain":"#sambaDomainName;#sambaSID","modules_host":"account,posixAccount,sambaSamAccount","modules_smbDomain":"sambaDomain"},"moduleSettings":{"posixAccount_user_minUID":["10000"],"posixAccount_user_maxUID":["30000"],"posixAccount_host_minMachine":["50000"],"posixAccount_host_maxMachine":["60000"],"posixGroup_group_minGID":["10000"],"posixGroup_group_maxGID":["20000"],"posixAccount_user_uidGeneratorUsers":["range"],"posixAccount_host_uidGeneratorUsers":["range"],"posixAccount_group_gidGeneratorUsers":["range"],"posixGroup_pwdHash":["SSHA"],"posixAccount_pwdHash":["SSHA"],"posixGroup_group_gidGenerator":["range"],"posixGroup_group_hidememberUid":["false"],"sambaSamAccount_lmHash":["yes"],"sambaSamAccount_hideHomeDrive":["false"],"sambaSamAccount_hideHomePath":["false"],"sambaSamAccount_hideProfilePath":["false"],"sambaSamAccount_hideLogonScript":["false"],"sambaSamAccount_hideSambaPwdLastSet":["false"],"sambaSamAccount_hideWorkstations":["false"],"sambaSamAccount_hideLogonHours":["false"],"sambaSamAccount_hideTerminalServer":["false"],"posixAccount_host_uidGeneratorHosts":["range"],"posixAccount_shells":["\/bin\/bash","\/bin\/csh","\/bin\/dash","\/bin\/false","\/bin\/ksh","\/bin\/sh"],"posixAccount_user_hidegecos":["false"],"posixAccount_primaryGroupAsSecondary":["false"],"posixAccount_user_userNameSuggestion":["@givenname@%sn%"],"inetOrgPerson_hideDescription":["false"],"inetOrgPerson_hideStreet":["false"],"inetOrgPerson_hidePostOfficeBox":["false"],"inetOrgPerson_hidePostalCode":["false"],"inetOrgPerson_hideLocation":["false"],"inetOrgPerson_hideState":["false"],"inetOrgPerson_hidePostalAddress":["false"],"inetOrgPerson_hideRegisteredAddress":["false"],"inetOrgPerson_hideOfficeName":["false"],"inetOrgPerson_hideRoomNumber":["false"],"inetOrgPerson_hideTelephoneNumber":["false"],"inetOrgPerson_hideHomeTelephoneNumber":["false"],"inetOrgPerson_hideMobileNumber":["false"],"inetOrgPerson_hideFaxNumber":["false"],"inetOrgPerson_hidePager":["true"],"inetOrgPerson_hideEMailAddress":["false"],"inetOrgPerson_hideJobTitle":["false"],"inetOrgPerson_hideCarLicense":["false"],"inetOrgPerson_hideEmployeeType":["false"],"inetOrgPerson_hideBusinessCategory":["false"],"inetOrgPerson_hideDepartments":["false"],"inetOrgPerson_hideManager":["false"],"inetOrgPerson_hideOu":["false"],"inetOrgPerson_hideO":["false"],"inetOrgPerson_hideEmployeeNumber":["false"],"inetOrgPerson_hideInitials":["false"],"inetOrgPerson_hideLabeledURI":["false"],"inetOrgPerson_hideuserCertificate":["false"],"inetOrgPerson_hidejpegPhoto":["false"],"inetOrgPerson_readOnly_businessCategory":["false"],"inetOrgPerson_readOnly_cn":["false"],"inetOrgPerson_readOnly_employeeType":["false"],"inetOrgPerson_readOnly_postalAddress":["false"],"inetOrgPerson_readOnly_uid":["false"],"inetOrgPerson_readOnly_title":["false"],"inetOrgPerson_readOnly_description":["false"],"inetOrgPerson_readOnly_st":["false"],"inetOrgPerson_readOnly_physicalDeliveryOfficeName":["false"],"inetOrgPerson_readOnly_mail":["false"],"inetOrgPerson_readOnly_facsimileTelephoneNumber":["false"],"inetOrgPerson_readOnly_jpegPhoto":["false"],"inetOrgPerson_readOnly_carLicense":["false"],"inetOrgPerson_readOnly_labeledURI":["false"],"inetOrgPerson_readOnly_initials":["false"],"inetOrgPerson_readOnly_registeredAddress":["false"],"inetOrgPerson_readOnly_mobile":["false"],"inetOrgPerson_readOnly_sn":["false"],"inetOrgPerson_readOnly_o":["false"],"inetOrgPerson_readOnly_ou":["false"],"inetOrgPerson_readOnly_l":["false"],"inetOrgPerson_readOnly_pager":["false"],"inetOrgPerson_readOnly_userPassword":["false"],"inetOrgPerson_readOnly_employeeNumber":["false"],"inetOrgPerson_readOnly_postOfficeBox":["false"],"inetOrgPerson_readOnly_postalCode":["false"],"inetOrgPerson_readOnly_roomNumber":["false"],"inetOrgPerson_readOnly_street":["false"],"inetOrgPerson_readOnly_homePhone":["false"],"inetOrgPerson_readOnly_telephoneNumber":["false"],"inetOrgPerson_readOnly_departmentNumber":["false"],"inetOrgPerson_readOnly_manager":["false"],"inetOrgPerson_readOnly_givenName":["false"]},"toolSettings":{"treeViewSuffix":"dc=yourdomain,dc=org","tool_hide_toolServerInformation":"false","tool_hide_toolFileUpload":"false","tool_hide_toolMultiEdit":"false","tool_hide_toolPDFEditor":"false","tool_hide_toolOUEditor":"false","tool_hide_toolProfileEditor":"false","tool_hide_ImportExport":"false","tool_hide_toolWebauthn":"false","tool_hide_toolSchemaBrowser":"false","tool_hide_TreeViewTool":"false","tool_hide_toolTests":"false"},"jobSettings":[]} \ No newline at end of file diff --git a/lam/config/unix.sample.conf b/lam/config/unix.sample.conf index 70a143330..177ece054 100644 --- a/lam/config/unix.sample.conf +++ b/lam/config/unix.sample.conf @@ -1,71 +1 @@ -# LDAP Account Manager configuration -# -# Please do not modify this file manually. The configuration can be done completely by the LAM GUI. -# -################################################################################################### - -# server address (e.g. ldap://localhost:389 or ldaps://localhost:636) -ServerURL: ldap://localhost:389 - -# list of users who are allowed to use LDAP Account Manager -# names have to be separated by semicolons -# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org -Admins: cn=Manager,dc=my-domain,dc=com - -# password to change these preferences via webfrontend (default: lam) -Passwd: lam - -# suffix of tree view -# e.g. dc=yourdomain,dc=org -tools: treeViewSuffix: dc=yourdomain,dc=org - -# default language (a line from config/language) -defaultLanguage: en_GB.utf8 - -# Path to external Script -scriptPath: - -# Server of external Script -scriptServer: - -# Access rights for home directories -scriptRights: 750 - -# Number of minutes LAM caches LDAP searches. -cachetimeout: 5 - -# LDAP search limit. -searchLimit: 0 - -# Module settings - -modules: posixAccount_user_minUID: 10000 -modules: posixAccount_user_maxUID: 30000 -modules: posixAccount_host_minMachine: 50000 -modules: posixAccount_host_maxMachine: 60000 -modules: posixGroup_group_minGID: 10000 -modules: posixGroup_group_maxGID: 20000 -modules: posixAccount_user_uidGeneratorUsers: range -modules: posixAccount_host_uidGeneratorUsers: range -modules: posixAccount_group_gidGeneratorUsers: range -modules: posixGroup_pwdHash: SSHA -modules: posixAccount_pwdHash: SSHA - -# List of active account types. -activeTypes: user,group - - -types: suffix_user: ou=People,dc=my-domain,dc=com -types: attr_user: #uid;#givenName;#sn;#uidNumber;#gidNumber -types: modules_user: inetOrgPerson,posixAccount,shadowAccount - -types: suffix_group: ou=group,dc=my-domain,dc=com -types: attr_group: #cn;#gidNumber;#memberUID;#description -types: modules_group: posixGroup - -# Password mail subject -lamProMailSubject: Your password was reset - -# Password mail text -lamProMailText: Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+ - +{"ServerURL":"ldap:\/\/localhost:389","useTLS":"no","followReferrals":"false","pagedResults":"false","Passwd":"{CRYPT-SHA512}$6$zvb8WVEHSAKEGtGO$573kA9Us8LtGLLm5Gu87P\/vIiF\/2Ol\/DauzPmUpvC4eCL\/t0WWiwBaY19Rx5G3wzbeZWWlE1kp2fikrpZTZ51\/ enZiOFdWRUhTQUtFR3RHTw==","Admins":"cn=Manager,dc=my-domain,dc=com","defaultLanguage":"en_GB.utf8","scriptPath":"","scriptServer":"","scriptRights":"750","serverDisplayName":"","activeTypes":"user,group","accessLevel":"100","loginMethod":"list","loginSearchSuffix":"dc=yourdomain,dc=org","loginSearchFilter":"uid=%USER%","searchLimit":"0","lamProMailFrom":"noreply@example.com","lamProMailReplyTo":"","lamProMailSubject":"Your password was reset","lamProMailText":"Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+","lamProMailIsHTML":"false","lamProMailAllowAlternateAddress":"true","httpAuthentication":"false","loginSearchDN":"","loginSearchPassword":"","timeZone":"Europe\/London","jobsBindUser":null,"jobsBindPassword":null,"jobsDatabase":null,"jobsDBHost":null,"jobsDBPort":null,"jobsDBUser":null,"jobsDBPassword":null,"jobsDBName":null,"pwdResetAllowSpecificPassword":"true","pwdResetAllowScreenPassword":"true","pwdResetForcePasswordChange":"true","pwdResetDefaultPasswordOutput":"2","scriptUserName":"","scriptSSHKey":"","scriptSSHKeyPassword":"","twoFactorAuthentication":"none","twoFactorAuthenticationURL":"https:\/\/localhost","twoFactorAuthenticationInsecure":false,"twoFactorAuthenticationLabel":"","twoFactorAuthenticationOptional":false,"twoFactorAuthenticationCaption":"","twoFactorAuthenticationClientId":"","twoFactorAuthenticationSecretKey":"","twoFactorAuthenticationDomain":"","twoFactorAuthenticationAttribute":"uid","twoFactorAllowToRememberDevice":"false","twoFactorRememberDeviceDuration":"28800","twoFactorRememberDevicePassword":"uZ0TJJUrHtUO6VcVFouw9zlk0zMRtV","referentialIntegrityOverlay":"false","hidePasswordPromptForExpiredPasswords":"false","hideDnPart":"","pwdPolicyMinLength":"","pwdPolicyMinLowercase":"","pwdPolicyMinUppercase":"","pwdPolicyMinNumeric":"","pwdPolicyMinSymbolic":"","typeSettings":{"suffix_user":"ou=People,dc=my-domain,dc=com","attr_user":"#uid;#givenName;#sn;#uidNumber;#gidNumber","modules_user":"inetOrgPerson,posixAccount,shadowAccount","suffix_group":"ou=group,dc=my-domain,dc=com","attr_group":"#cn;#gidNumber;#memberUID;#description","modules_group":"posixGroup"},"moduleSettings":{"posixAccount_user_minUID":["10000"],"posixAccount_user_maxUID":["30000"],"posixAccount_host_minMachine":["50000"],"posixAccount_host_maxMachine":["60000"],"posixGroup_group_minGID":["10000"],"posixGroup_group_maxGID":["20000"],"posixAccount_user_uidGeneratorUsers":["range"],"posixAccount_host_uidGeneratorUsers":["range"],"posixAccount_group_gidGeneratorUsers":["range"],"posixGroup_pwdHash":["SSHA"],"posixAccount_pwdHash":["SSHA"]},"toolSettings":{"treeViewSuffix":"dc=yourdomain,dc=org","tool_hide_toolServerInformation":"false","tool_hide_toolFileUpload":"false","tool_hide_toolMultiEdit":"false","tool_hide_toolPDFEditor":"false","tool_hide_toolOUEditor":"false","tool_hide_toolProfileEditor":"false","tool_hide_ImportExport":"false","tool_hide_toolWebauthn":"false","tool_hide_toolSchemaBrowser":"false","tool_hide_TreeViewTool":"false","tool_hide_toolTests":"false"},"jobSettings":[]} \ No newline at end of file diff --git a/lam/config/windows_samba4.sample.conf b/lam/config/windows_samba4.sample.conf index 225dc0962..98570f19f 100644 --- a/lam/config/windows_samba4.sample.conf +++ b/lam/config/windows_samba4.sample.conf @@ -1,220 +1 @@ -# LDAP Account Manager configuration -# -# Please do not modify this file manually. The configuration can be done completely by the LAM GUI. -# -################################################################################################### - -# server address (e.g. ldap://localhost:389 or ldaps://localhost:636) -ServerURL: ldap://pdc.my-domain.com - -# list of users who are allowed to use LDAP Account Manager -# names have to be separated by semicolons -# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org -Admins: cn=Administrator,cn=users,dc=my-domain,dc=com - -# password to change these preferences via webfrontend (default: lam) -Passwd: lam - -# suffix of tree view -# e.g. dc=yourdomain,dc=org -tools: treeViewSuffix: dc=my-domain,dc=com - -# default language (a line from config/language) -defaultLanguage: en_GB.utf8 - -# Path to external Script -scriptPath: - -# Server of external Script -scriptServer: - -# Access rights for home directories -scriptRights: 750 - -# Number of minutes LAM caches LDAP searches. -cachetimeout: 5 - -# LDAP search limit. -searchLimit: 0 - -# Module settings - -modules: posixAccount_user_minUID: 10000 -modules: posixAccount_user_maxUID: 30000 -modules: posixAccount_host_minMachine: 50000 -modules: posixAccount_host_maxMachine: 60000 -modules: posixGroup_group_minGID: 10000 -modules: posixGroup_group_maxGID: 20000 -modules: posixAccount_user_uidGeneratorUsers: range -modules: posixAccount_host_uidGeneratorUsers: range -modules: posixAccount_group_gidGeneratorUsers: range -modules: posixGroup_pwdHash: SSHA -modules: posixAccount_pwdHash: SSHA - -# List of active account types. -activeTypes: user,group,host - - -types: suffix_user: dc=my-domain,dc=com -types: attr_user: #cn;#givenName;#sn;#mail -types: modules_user: windowsUser - -types: suffix_group: dc=my-domain,dc=com -types: attr_group: #cn;#member;#description -types: modules_group: windowsGroup - -types: suffix_host: CN=Computers,dc=my-domain,dc=com -types: attr_host: #cn;#description;#location -types: modules_host: windowsHost - -types: suffix_smbDomain: dc=my-domain,dc=com -types: attr_smbDomain: sambaDomainName:Domain name;sambaSID:Domain SID -types: modules_smbDomain: sambaDomain - -# Password mail subject -lamProMailSubject: Your password was reset - -# Password mail text -lamProMailText: Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+ - - - -# enable TLS encryption -useTLS: no - - -# Access level for this profile. -accessLevel: 100 - - -# Login method. -loginMethod: list - - -# Search suffix for LAM login. -loginSearchSuffix: dc=yourdomain,dc=org - - -# Search filter for LAM login. -loginSearchFilter: uid=%USER% - - -# Bind DN for login search. -loginSearchDN: - - -# Bind password for login search. -loginSearchPassword: - - -# HTTP authentication for LAM login. -httpAuthentication: false - - -# Password mail from -lamProMailFrom: - - -# Password mail reply-to -lamProMailReplyTo: - - -# Password mail is HTML -lamProMailIsHTML: false -types: filter_user: -types: filter_group: -types: filter_host: -types: filter_smbDomain: -types: hidden_group: -types: hidden_host: -types: hidden_smbDomain: -tools: tool_hide_toolServerInformation: false -tools: tool_hide_toolFileUpload: false -tools: tool_hide_toolPDFEditor: false -tools: tool_hide_toolOUEditor: false -tools: tool_hide_toolProfileEditor: false -tools: tool_hide_toolTests: false -tools: tool_hide_toolSchemaBrowser: false -modules: windowsGroup_hidemail: false -types: hidden_user: -modules: customScripts_scripts: user postModify echo $INFO.userPasswordClearText$ -modules: customScripts_containsHTML: false -modules: customScripts_hideCommand: false -modules: zarafa_schema: ad -modules: zarafaUser_hideQuotaOverride: false -modules: zarafaUser_hideQuotaWarn: false -modules: zarafaUser_hideQuotaSoft: false -modules: zarafaUser_hideQuotaHard: false -modules: zarafaUser_hideSendAsPrivilege: false -modules: zarafaUser_hideSharedStoreOnly: false -modules: zarafaUser_hideResourceType: false -modules: zarafaUser_hideResourceCapacity: false -modules: zarafaUser_hideAccount: false -modules: zarafaUser_hideZarafaUserArchiveServers: false -modules: zarafaUser_hideUserServer: false -modules: zarafaUser_hideFeatures: false -modules: zarafaUser_hideAliases: false -modules: zarafaUser_sendAsAttribute: dn -modules: zarafaGroup_hideSendAsPrivilege: false -modules: zarafaServer_hideProxyURL: false -types: hidden_zarafaAddressListType: -types: suffix_zarafaAddressListType: OU=zarafa,DC=samba4,DC=test -types: filter_zarafaAddressListType: -types: attr_zarafaAddressListType: #cn;#zarafaBase;#zarafaFilter -types: modules_zarafaAddressListType: zarafaAddressList -types: hidden_zarafaDynamicGroupType: -types: suffix_zarafaDynamicGroupType: OU=zarafa,DC=samba4,DC=test -types: filter_zarafaDynamicGroupType: -types: attr_zarafaDynamicGroupType: #cn;#mail;#zarafaaliases;#zarafaBase;#zarafaFilter -types: modules_zarafaDynamicGroupType: zarafaDynamicGroup -modules: windowsGroup_hideotherMailbox: false -types: hideNewButton_user: -types: hideDeleteButton_user: -types: hideNewButton_group: -types: hideDeleteButton_group: -types: hideNewButton_host: -types: hideDeleteButton_host: -types: hideNewButton_zarafaDynamicGroupType: -types: hideDeleteButton_zarafaDynamicGroupType: -types: hideNewButton_zarafaAddressListType: -types: hideDeleteButton_zarafaAddressListType: -modules: windowsGroup_hidemanagedBy: true -modules: passwordSelfReset_questions: Bla1?+::+Bla2? -modules: posixGroup_group_gidGenerator: range -modules: posixGroup_group_sambaIDPoolDN: -modules: posixGroup_group_gidCheckSuffix: -modules: posixAccount_user_uidGeneratorUsers: range -modules: posixAccount_user_sambaIDPoolDNUsers: -modules: posixAccount_user_uidCheckSuffixUser: -modules: posixAccount_shells: /bin/bash+::+/bin/csh+::+/bin/dash+::+/bin/false+::+/bin/ksh+::+/bin/sh -modules: posixAccount_user_hidegecos: false -modules: posixAccount_primaryGroupAsSecondary: false -modules: posixAccount_user_userNameSuggestion: @givenname@%sn% -modules: windowsUser_domains: my-domain.com -modules: windowsUser_hidesAMAccountName: false -tools: tool_hide_toolMultiEdit: false - - -# follow referrals -followReferrals: false - - -# paged results -pagedResults: false - - -# Allow alternate address -lamProMailAllowAlternateAddress: true -modules: windowsGroup_hidemsSFU30Name: true -modules: windowsGroup_hidemsSFU30NisDomain: true -modules: windowsUser_hidemsSFU30Name: true -modules: windowsUser_hidemsSFU30NisDomain: true -types: customLabel_user: -types: customLabel_group: -types: customLabel_host: -types: customLabel_zarafaDynamicGroupType: -types: customLabel_zarafaAddressListType: -types: readOnly_user: -types: readOnly_group: -types: readOnly_host: -types: readOnly_zarafaAddressListType: +{"ServerURL":"ldap:\/\/pdc.my-domain.com","useTLS":"no","followReferrals":"false","pagedResults":"false","Passwd":"{CRYPT-SHA512}$6$9IWWua4lbp7uiLCC$AHPgST1YAm3yUAWKGeNZ5f9GCo1wBGyVo3MGvAt6.UOtQ9dYxs4WeQ4mlzjR30rD6cRayMNRBWqYFuBLvzn9T0 OUlXV3VhNGxicDd1aUxDQw==","Admins":"cn=Administrator,cn=users,dc=my-domain,dc=com","defaultLanguage":"en_GB.utf8","scriptPath":"","scriptServer":"","scriptRights":"750","serverDisplayName":"","activeTypes":"user,group,host","accessLevel":"100","loginMethod":"list","loginSearchSuffix":"dc=yourdomain,dc=org","loginSearchFilter":"uid=%USER%","searchLimit":"0","lamProMailFrom":"noreply@example.com","lamProMailReplyTo":"","lamProMailSubject":"Your password was reset","lamProMailText":"Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+","lamProMailIsHTML":"false","lamProMailAllowAlternateAddress":"true","httpAuthentication":"false","loginSearchDN":"","loginSearchPassword":"","timeZone":"Europe\/London","jobsBindUser":null,"jobsBindPassword":null,"jobsDatabase":null,"jobsDBHost":null,"jobsDBPort":null,"jobsDBUser":null,"jobsDBPassword":null,"jobsDBName":null,"pwdResetAllowSpecificPassword":"true","pwdResetAllowScreenPassword":"true","pwdResetForcePasswordChange":"true","pwdResetDefaultPasswordOutput":"2","scriptUserName":"","scriptSSHKey":"","scriptSSHKeyPassword":"","twoFactorAuthentication":"none","twoFactorAuthenticationURL":"https:\/\/localhost","twoFactorAuthenticationInsecure":false,"twoFactorAuthenticationLabel":"","twoFactorAuthenticationOptional":false,"twoFactorAuthenticationCaption":"","twoFactorAuthenticationClientId":"","twoFactorAuthenticationSecretKey":"","twoFactorAuthenticationDomain":"","twoFactorAuthenticationAttribute":"uid","twoFactorAllowToRememberDevice":"false","twoFactorRememberDeviceDuration":"28800","twoFactorRememberDevicePassword":"8eMizbGw2rJJ_p1GTMSrPSLULIRHIk","referentialIntegrityOverlay":"false","hidePasswordPromptForExpiredPasswords":"false","hideDnPart":"","pwdPolicyMinLength":"","pwdPolicyMinLowercase":"","pwdPolicyMinUppercase":"","pwdPolicyMinNumeric":"","pwdPolicyMinSymbolic":"","typeSettings":{"suffix_user":"dc=my-domain,dc=com","attr_user":"#cn;#givenName;#sn;#mail","modules_user":"windowsUser","suffix_group":"dc=my-domain,dc=com","attr_group":"#cn;#member;#description","modules_group":"windowsGroup","suffix_host":"CN=Computers,dc=my-domain,dc=com","attr_host":"#cn;#description;#location","modules_host":"windowsHost","suffix_smbDomain":"dc=my-domain,dc=com","attr_smbDomain":"sambaDomainName:Domain name;sambaSID:Domain SID","modules_smbDomain":"sambaDomain","suffix_zarafaAddressListType":"OU=zarafa,DC=samba4,DC=test","attr_zarafaAddressListType":"#cn;#zarafaBase;#zarafaFilter","modules_zarafaAddressListType":"zarafaAddressList","suffix_zarafaDynamicGroupType":"OU=zarafa,DC=samba4,DC=test","attr_zarafaDynamicGroupType":"#cn;#mail;#zarafaaliases;#zarafaBase;#zarafaFilter","modules_zarafaDynamicGroupType":"zarafaDynamicGroup"},"moduleSettings":{"posixAccount_user_minUID":["10000"],"posixAccount_user_maxUID":["30000"],"posixAccount_host_minMachine":["50000"],"posixAccount_host_maxMachine":["60000"],"posixGroup_group_minGID":["10000"],"posixGroup_group_maxGID":["20000"],"posixAccount_user_uidGeneratorUsers":["range"],"posixAccount_host_uidGeneratorUsers":["range"],"posixAccount_group_gidGeneratorUsers":["range"],"posixGroup_pwdHash":["SSHA"],"posixAccount_pwdHash":["SSHA"],"windowsGroup_hidemail":["false"],"customScripts_scripts":["user postModify echo $INFO.userPasswordClearText$"],"customScripts_containsHTML":["false"],"customScripts_hideCommand":["false"],"zarafa_schema":["ad"],"zarafaUser_hideQuotaOverride":["false"],"zarafaUser_hideQuotaWarn":["false"],"zarafaUser_hideQuotaSoft":["false"],"zarafaUser_hideQuotaHard":["false"],"zarafaUser_hideSendAsPrivilege":["false"],"zarafaUser_hideSharedStoreOnly":["false"],"zarafaUser_hideResourceType":["false"],"zarafaUser_hideResourceCapacity":["false"],"zarafaUser_hideAccount":["false"],"zarafaUser_hideZarafaUserArchiveServers":["false"],"zarafaUser_hideUserServer":["false"],"zarafaUser_hideFeatures":["false"],"zarafaUser_hideAliases":["false"],"zarafaUser_sendAsAttribute":["dn"],"zarafaGroup_hideSendAsPrivilege":["false"],"zarafaServer_hideProxyURL":["false"],"windowsGroup_hideotherMailbox":["false"],"windowsGroup_hidemanagedBy":["true"],"passwordSelfReset_questions":["Bla1?","Bla2?"],"posixGroup_group_gidGenerator":["range"],"posixAccount_shells":["\/bin\/bash","\/bin\/csh","\/bin\/dash","\/bin\/false","\/bin\/ksh","\/bin\/sh"],"posixAccount_user_hidegecos":["false"],"posixAccount_primaryGroupAsSecondary":["false"],"posixAccount_user_userNameSuggestion":["@givenname@%sn%"],"windowsUser_domains":["my-domain.com"],"windowsUser_hidesAMAccountName":["false"],"windowsGroup_hidemsSFU30Name":["true"],"windowsGroup_hidemsSFU30NisDomain":["true"],"windowsUser_hidemsSFU30Name":["true"],"windowsUser_hidemsSFU30NisDomain":["true"]},"toolSettings":{"treeViewSuffix":"dc=my-domain,dc=com","tool_hide_toolServerInformation":"false","tool_hide_toolFileUpload":"false","tool_hide_toolMultiEdit":"false","tool_hide_toolPDFEditor":"false","tool_hide_toolOUEditor":"false","tool_hide_toolProfileEditor":"false","tool_hide_ImportExport":"false","tool_hide_toolWebauthn":"false","tool_hide_toolSchemaBrowser":"false","tool_hide_TreeViewTool":"false","tool_hide_toolTests":"false"},"jobSettings":[]} \ No newline at end of file