- Sort Score
- Num 10 results
- Language All
Results 21 - 25 of 25 for given_name (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_config.properties
# Whether LDAP role search for role is enabled. ldap.role.search.role.enabled=true # LDAP attribute for surname. ldap.attr.surname=sn # LDAP attribute for given name. ldap.attr.givenName=givenName # LDAP attribute for employee number. ldap.attr.employeeNumber=employeeNumber # LDAP attribute for mail. ldap.attr.mail=mail # LDAP attribute for telephone number.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. sn */ String LDAP_ATTR_SURNAME = "ldap.attr.surname"; /** The key of the configuration. e.g. givenName */ String LDAP_ATTR_GIVEN_NAME = "ldap.attr.givenName"; /** The key of the configuration. e.g. employeeNumber */ String LDAP_ATTR_EMPLOYEE_NUMBER = "ldap.attr.employeeNumber"; /** The key of the configuration. e.g. mail */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/resources/fess_label_pt_BR.properties
labels.backup_bulk_file=Arquivo em massa labels.backup_button_upload=Fazer upload labels.process_time_is_exceeded=O tempo de espera da pesquisa foi excedido. Os resultados exibidos podem ser parciais. labels.user_given_name=Nome labels.givenName=Nome (dado) labels.user_surname=Sobrenome labels.surame=Sobrenome labels.user_mail=Endereço de e-mail labels.mail=Endereço de e-mail labels.user_employeeNumber=Número do funcionário
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.backup_bulk_file=Bulk File labels.backup_button_upload=Upload labels.process_time_is_exceeded=The search processing time has exceeded the limit. The displayed results may be partial. labels.user_given_name=Given Name labels.givenName=Given Name labels.user_surname=Surname labels.surame=Surname labels.user_mail=Mail labels.mail=Mail labels.user_employeeNumber=Employee Number labels.employeeNumber=Employee Number
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_user_given_name = "{labels.user_given_name}"; /** The key of the message: Given Name */ public static final String LABELS_GIVEN_NAME = "{labels.givenName}"; /** The key of the message: Surname */ public static final String LABELS_user_surname = "{labels.user_surname}"; /** The key of the message: Surname */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0)