Displaying 3 results from an estimated 3 matches for "attrmap".
Did you mean:
  attr_map
  
2008 Nov 06
0
VC98 unter wine -> undname.c:189: str_array_push: Assertion
Hi everybody,
am trying to compile an existing Visual C++ 6 projekt under wine.
But at one file i get the error mentioned in the topic.
Some more detail about the code:
working:
Code:
typedef std::set<Int> IdxSet;
typedef map<Int, IdxSet> InstMap;
typedef map<string, InstMap> AttrMap;
typedef map<string, Int> AttrMonitor;
not working:
Code:
typedef std::set<Int> IdxSet;
typedef map<Int, IdxSet> InstMap;
typedef map<string, InstMap> AttrMap;
typedef map<string, AttrMap> AttrMonitor;
It seems to be that the type AttrMonitor is to complica...
2005 Apr 07
1
Time to give back, Samba LDAP with FreeRadius
...My Org,c=UA"
                #profile_attribute = "radiusProfileDn"
                #access_attr = "dialupAccess"
                # Mapping of RADIUS dictionary attributes to LDAP
                # directory attributes.
                dictionary_mapping = ${raddbdir}/ldap.attrmap
                ldap_connections_number = 5
                # password_header = "{clear}"
                # password_attribute = userPassword
                # groupname_attribute = cn
                # groupmembership_filter = 
"(|(&(objectClass=GroupOfNames)(member=%{Ldap-User...
2013 Feb 22
6
Samba 4 and freeradius
...filter = "(sAMAccountName=%{%{Stripped-User-Name}:-%{User-Name}})"
        ldap_connections_number = 5
        max_uses = 0
        timeout = 4
        timelimit = 3
        net_timeout = 1
        tls {
                start_tls = no
        }
        dictionary_mapping = ${confdir}/ldap.attrmap
        edir_account_policy_check = no
        keepalive {
                idle = 60
                probes = 3
                interval = 3
        }
}
=============================
When I try authentication test in machine B,
eapol_test -c ./peap-mschapv2.conf -s testing123
peap-mschapv2.conf
=...