Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for facsimileTelephoneNumber (0.5 sec)

  1. src/main/resources/fess_config.properties

    ldap.attr.destinationIndicator=destinationIndicator
    ldap.attr.internationaliSDNNumber=internationaliSDNNumber
    ldap.attr.state=st
    ldap.attr.employeeType=employeeType
    ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber
    ldap.attr.postOfficeBox=postOfficeBox
    ldap.attr.initials=initials
    ldap.attr.carLicense=carLicense
    ldap.attr.mobile=mobile
    ldap.attr.postalAddress=postalAddress
    ldap.attr.city=l
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. employeeType */
        String LDAP_ATTR_EMPLOYEE_TYPE = "ldap.attr.employeeType";
    
        /** The key of the configuration. e.g. facsimileTelephoneNumber */
        String LDAP_ATTR_FACSIMILE_TELEPHONE_NUMBER = "ldap.attr.facsimileTelephoneNumber";
    
        /** The key of the configuration. e.g. postOfficeBox */
        String LDAP_ATTR_POST_OFFICE_BOX = "ldap.attr.postOfficeBox";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top