You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <br>`process.user` <hr> `SEMAPHORE_PROCESS_USER` <br><br> | User under which wrapped processes (such as Ansible, Terraform, or OpenTofu) will run. |
61
+
| <br>`process.uid` <hr> `SEMAPHORE_PROCESS_UID` <br><br> |ID of user under which wrapped processes (such as Ansible, Terraform, or OpenTofu) will run. |
62
+
| <br>`process.gid` <hr> `SEMAPHORE_PROCESS_GID` <br><br> |ID for group under which wrapped processes (such as Ansible, Terraform, or OpenTofu) will run. |
| <br>`ldap_needtls` <hr> `SEMAPHORE_LDAP_NEEDTLS` <br><br> |Flag to enable or disable TLS for LDAP connections.|
92
+
| <br>`ldap_binddn` <hr> `SEMAPHORE_LDAP_BIND_DN` <br><br> |The distinguished name (DN) used to bind to the LDAP server for authentication.|
93
+
| <br>`ldap_bindpassword` <hr> `SEMAPHORE_LDAP_BIND_PASSWORD` <br><br> |The password used to bind to the LDAP server for authentication.|
94
+
| <br>`ldap_server` <hr> `SEMAPHORE_LDAP_SERVER` <br><br> |The hostname and port of the LDAP server (e.g., ldap-server.com:1389).|
95
+
| <br>`ldap_searchdn` <hr> `SEMAPHORE_LDAP_SEARCH_DN` <br><br> |The base distinguished name (DN) used for searching users in the LDAP directory (e.g., dc=example,dc=org).|
96
+
| <br>`ldap_searchfilter` <hr> `SEMAPHORE_LDAP_SEARCH_FILTER` <br><br> |The filter used to search for users in the LDAP directory (e.g., (&(objectClass=inetOrgPerson)(uid=%s))).|
97
97
| <br>`ldap_mappings.dn` <hr> `SEMAPHORE_LDAP_MAPPING_DN` <br><br> | LDAP attribute to use as the distinguished name (DN) mapping for user authentication. |
98
98
| <br>`ldap_mappings.mail` <hr> `SEMAPHORE_LDAP_MAPPING_MAIL` <br><br> | LDAP attribute to use as the email address mapping for user authentication. |
99
99
| <br>`ldap_mappings.uid` <hr> `SEMAPHORE_LDAP_MAPPING_UID` <br><br> | LDAP attribute to use as the user ID (UID) mapping for user authentication. |
0 commit comments