No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2008-11-25 Thread hsuan
, authentication 0 rlm_ldap: bind as cn=Manager,dc=mydomain,dc=com/hsuan to localhost:389 rlm_ldap: waiting for bind result ... rlm_ldap: Bind was successful rlm_ldap: performing search in dc=mydomain,dc=com, with filter (uid=ldapuser) rlm_ldap: object not found or got ambiguous search result [ldap

RE: No authenticate method (Auth-Type) configuration found for therequest: Rejecting the user

2008-11-25 Thread hsuan
Hi all : When I use ldapsearch (ldapsearch -x -b 'dc=mydomain,dc=com' '(objectclass=*)'),return as follows : # extended LDIF # # LDAPv3 # base dc=mydomain,dc=com with scope subtree # filter: (objectclass=*) # requesting: ALL # # mydomain.com dn: dc=mydomain,dc=com objectClass: dcObject

RE: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2008-11-25 Thread hsuan
for the request: Rejecting the user hsuan wrote: But when I using “radius -X” to start the radius You've conveniently deleted most of the debugging output. The server shown the message : ... rlm_ldap: object not found or got ambiguous search result Fix that. The LDAP module is not able

RE: No authenticate method (Auth-Type) configuration foundfor therequest: Rejecting the user

2008-11-25 Thread hsuan
Hi ivan: Are you mean using ldapsearch -x -b 'dc=mydomain,dc=com,uid=ldapuser' '(objectclass =*)' ? When I using ldapsearch -x -b 'dc=mydomain,dc=com,uid=ldapuser' '(objectclass =*)' ,then reply as follows : # extended LDIF # # LDAPv3 # base dc=mydomain,dc=com,uid=ldapuser with scope subtree #

RE: No authenticate method (Auth-Type)configuration foundfor therequest: Rejecting the user

2008-11-25 Thread hsuan
Dear ivan: But the search results have shown # base dc=mydomain,dc=com,uid=ldapuser with scope subtree. If I don't have the new entry ldapuser, so how can I add the new entries ? Regards, vicky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

RE: Login incorrect (rlm_ldap: User not found)

2008-11-25 Thread hsuan
: User not found) ldappasswd is unlikely to use the encryption scheme that is expected by PAP (or just about any other module). Use an LDIF file, or some other means to set the data to be what you want it to be, not something you're not sure what it might be. //anders hsuan wrote: Dear all: I

RE: rlm_ldap: LDAP login failed: check identity, password settings in ldap section of radiusd.conf

2008-11-23 Thread hsuan
identity = cn=ManagerĄAdc=exampleĄAdc=orgĄAdc=tw password = hsuan basedn = dc= exampleĄAdc=orgĄAdc=tw filter = ((!(objectClass=alias))(uid=%{Stripped-User-Name:-%{User-Name}})) start_tls = no dictionary_mapping = ${raddbdir}/ldap.attrmap

LDAP login failed: check identity, password settings in ldap section of radiusd.conf, (re)connection attempt failed

2008-11-23 Thread hsuan
password = hsuan basedn = dc=nchc,dc=org,dc=tw filter = ((!(objectClass=alias))(uid=%{Stripped-User-Name:-%{User-Name}})) start_tls = no dictionary_mapping = ${raddbdir}/ldap.attrmap ldap_connections_number = 5 ldap_connections_number = 5

RE: rlm_ldap: LDAP login failed: check identity, password settings in ldap section of radiusd.conf

2008-11-22 Thread hsuan
Dear all : I have check the file (in raddb/modules/ldap), the config file is set the ldap section as follows : ldap { server = localhost identity = cn=ManagerĄAdc=exampleĄAdc=orgĄAdc=tw password = hsuan basedn = dc= exampleĄAdc=orgĄAdc=tw filter

rlm_ldap: LDAP login failed: check identity, password settings in ldap section of radiusd.conf

2008-11-21 Thread hsuan
:-%{User-Name}}) - (uid=ldapuser) [ldap] expand: o=My Org,c=UA - o=My Org,c=UA rlm_ldap: ldap_get_conn: Checking Id: 0 rlm_ldap: ldap_get_conn: Got Id: 0 rlm_ldap: attempting LDAP reconnection rlm_ldap: (re)connect to localhost:389, authentication 0 rlm_ldap: bind as cn=Manager,o=My Org,c=UA/hsuan

RE: rlm_ldap: LDAP login failed: check identity, password settings in ldap section of radiusd.conf

2008-11-21 Thread hsuan
Dear all: I have set the radius.conf about ldap as follows : ldap { server = localhost identity = cn=Manager,dc=example,dc=org,dc=tw password = hsuan basedn = dc= example,dc=org,dc=tw filter = ((!(objectClass=alias))(uid=%{Stripped-User-Name:-%{User-Name

RE: radiusd -x gives error Errors reading /usr/local/etc/raddb/radiusd.conf

2008-11-06 Thread hsuan
, 2008 at 12:45 PM, hsuan [EMAIL PROTECTED] wrote: Hi all : My radius.conf path is /usr/local/etc/raddb/ (attached radius.conf) Do I have to modify the radiusd.conf ? How to modify ? From: [EMAIL PROTECTED] [mailto:freeradius-users-bounces+hsuan mailto:freeradius-users-bounces%2Bhsuan

RE: radiusd -x gives error Errors reading /usr/local/etc/raddb/radiusd.conf

2008-11-06 Thread hsuan
you copy and paste the error msg from console in mailplz so we get some points where is the error..and also mention which version of free radius u are using.. On Thu, Nov 6, 2008 at 1:11 PM, hsuan [EMAIL PROTECTED] wrote: Hi all: I have check my raddb directory. The file proxy.conf

RE: radiusd -x gives error Errorsreading /usr/local/etc/raddb/radiusd.conf

2008-11-06 Thread hsuan
Hi all : When I delete the file rlm_sql.so(/usr/local/etc/raddb/modules),then I start the radius server using radiusd -x i get the following message : Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory Make sure it (and all its

radiusd -x gives error Could not link driver rlm_sql_mysql

2008-11-06 Thread hsuan
Hi all: I have installed freeradius-server-2.1.1. when I start the radius server using radiusd -x I got the following error message : Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory Make sure it (and all its dependent

RE: radiusd -x gives error Errorsreading /usr/local/etc/raddb/radiusd.conf

2008-11-06 Thread hsuan
/etc/raddb/radiusd.conf you must have to install mysql mysql-libs mysql-devel in order to add support of mysql before compiling freeradius On Thu, Nov 6, 2008 at 3:08 PM, hsuan [EMAIL PROTECTED] wrote: Hi all : When I delete the file rlm_sql.so(/usr/local/etc/raddb/modules),then I start

RE: radiusd -x gives error Errorsreading /usr/local/etc/raddb/radiusd.conf

2008-11-06 Thread hsuan
, 2008 at 3:08 PM, hsuan [EMAIL PROTECTED] wrote: Hi all : When I delete the file rlm_sql.so(/usr/local/etc/raddb/modules),then I start the radius server using radiusd -x i get the following message : Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file

radiusd -x gives error Could not link driver rlm_sql_mysql: rlm_sql_mysql.so

2008-11-06 Thread hsuan
Hi all : I have install mysql-libs(/usr/lib/mysql) and Package mysql-devel - 5.0.45-7.el5.i386 is already installed by yum install mysql-devel . But when I I start the radius server using radiusd -x i get the following message : Could not link driver rlm_sql_mysql: rlm_sql_mysql.so:

radiusd -x gives error Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory

2008-11-06 Thread hsuan
Hi all : I have install freeradius-server-2.1.1 and mysql using yum -y install mysql-server mysql-devel. But when I start the radius server using radiusd -x I get the following message : Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such

radiusd -x gives error Errors reading /usr/local/etc/raddb/radiusd.conf

2008-11-05 Thread hsuan
Hi all: I have installed freeradius-server-2.1.1. when I start the radius server using radiusd -x i get the following error including configuration file /usr/local/etc/raddb/modules/etc_group including configuration file /usr/local/etc/raddb/modules/wimax including configuration file

RE: radiusd -x gives error Errors reading /usr/local/etc/raddb/radiusd.conf

2008-11-05 Thread hsuan
, Nov 6, 2008 at 11:46 AM, hsuan [EMAIL PROTECTED] wrote: Hi all: I have installed freeradius-server-2.1.1. when I start the radius server using radiusd -x i get the following error including configuration file /usr/local/etc/raddb/modules/etc_group including configuration file /usr/local/etc