Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for physicalDeliveryOfficeName (0.27 sec)

  1. src/main/resources/fess_config.properties

    ldap.attr.roomNumber=roomNumber
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. postalCode */
        String LDAP_ATTR_POSTAL_CODE = "ldap.attr.postalCode";
    
        /** The key of the configuration. e.g. physicalDeliveryOfficeName */
        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";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top