Displaying 2 results from an estimated 2 matches for "driveable".
2005 Jun 22
1
chisq test and fisher exact test
Hi,
I have a text mining project and currently I am working on feature
generation/selection part.
My plan is selecting a set of words or word combinations which have
better discriminant capability than other words in telling the group
id's (2 classes in this case) for a dataset which has 2,000,000
documents.
One approach is using "contrast-set association rule mining" while the
2007 Mar 02
2
Using auth_bind_userdn causes uid to be improper case
...tmaster_address = postmaster at example.com
}
auth_verbose = yes
auth_debug = yes
auth default {
mechanisms = plain
userdb ldap {
args = /etc/dovecot-ldap.conf
}
passdb ldap {
args = /etc/dovecot-ldap.conf
}
user = root
}
dict {
}
plugin {
}
and /etc/dovecot-ldap.conf:
hosts = driveable.example.com
base = dc=example,dc=com
#dn = cn=Directory Manager
#dnpass = password
auth_bind_userdn = uid=%u, ou=People, dc=example, dc=com
uris = ldap://127.0.0.1
user_attrs = mail
user_filter = uid=%u
user_global_uid = 5001
user_global_gid = 5001
pass_filter = uid=%u
The problem is that if we ha...