Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for sn (0.04 sec)

  1. src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java

            }
    
            @Override
            public String getLdapAttrGivenName() {
                return "givenName";
            }
    
            @Override
            public String getLdapAttrSurname() {
                return "sn";
            }
    
            @Override
            public String getLdapAttrBusinessCategory() {
                return "businessCategory";
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.6K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/job/SuggestJobTest.java

            }
    
            @Override
            public String getLdapAttrGivenName() {
                return "givenName";
            }
    
            @Override
            public String getLdapAttrSurname() {
                return "sn";
            }
    
            @Override
            public String getLdapAttrBusinessCategory() {
                return "businessCategory";
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    wqq1--nx?60a0y8--nx??4x1d77xrck--nx?6&1f4a3abgm--nx?2yqyn--nx?5b06t--nx?axq--nx?ec7q--nx?lbgw--nx??883xnn--nx?9d2c24--nx?a&a?it??b!.&gro?lim?moc?sr,ten?ude?vog??abila?c?ihsot?m?n??c!.&b&a?m?n??c&b?g?q??dino,ep?fn?k&s?y??ln?no?oc,p&i-on,ohsdaerpsym,?sn?tn?un?xob,ysrab,?i&ma?r&emarp?fa??sroc???d&ats?n&eit?oh??om?sa?tl??eg?f&c?ob??g!emo?naripi?oy??hskihs?i&dem!.remarf,?hs?k!on??sa!.&nomead,snduolc,xid,???jnin?k&aso?dov?ede?usto??l!.&gro?moc?ofni?r&ep?nb,?t&en?ni??ude?vog??irgnahs?le&nisiuc?rbmuder?...
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:39:59 UTC 2025
    - 75.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    ldap.role.search.group.enabled=true
    # 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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. true */
        String LDAP_ROLE_SEARCH_ROLE_ENABLED = "ldap.role.search.role.enabled";
    
        /** 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";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top