- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for destinationIndicator (0.17 sec)
-
src/main/resources/fess_config.properties
ldap.attr.description=description ldap.attr.title=title ldap.attr.pager=pager ldap.attr.street=street ldap.attr.postalCode=postalCode ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName ldap.attr.destinationIndicator=destinationIndicator ldap.attr.internationaliSDNNumber=internationaliSDNNumber ldap.attr.state=st ldap.attr.employeeType=employeeType ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String LDAP_ATTR_PHYSICAL_DELIVERY_OFFICE_NAME = "ldap.attr.physicalDeliveryOfficeName"; /** The key of the configuration. e.g. destinationIndicator */ String LDAP_ATTR_DESTINATION_INDICATOR = "ldap.attr.destinationIndicator"; /** The key of the configuration. e.g. internationaliSDNNumber */ String LDAP_ATTR_INTERNATIONALI_S_D_N_NUMBER = "ldap.attr.internationaliSDNNumber";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)