freeRADIUS on Solaris 10 - x86
hey freeRADIUS users, next step ... testing freeRADIUS on a Solaris 10 box and I'm completely new to solaris! :-( I've started with the configure again but there are so much things missing: aclocal autoconf autoheader locate libgdbm sys/security.h sys/prctl.h prot.h sia.h siad.h krb5.h gawk mawk ar ramlib strip argz.h libldap dl.h dld.h mach-o/dyld.h gdbm.h pam/pam_appl.h oci.h sql.h Where can I get all these things, do I need everything? We are trying to get freeradius working with 802.1x authentication to Microsoft Active directory with LDAP-groups and huntgroups: users-example: DEFAULT LDAP-Group == "CN=adminrole,CN=users,DC=isalab,DC=local", Huntgroup-Name == "enterasys", Realm == ISALAB.local Filter-ID == "Enterasys:version=1:mgmt=su:policy=adminrole", Reply-Message = "Welcome %{Stripped-User-Name:-%{User-Name:-None}} in the %{Realm} - Domain, there are no restrictions for you in this network", Fall-Through = No I hope someone can help me a bit to find the right way! thanks mIke
did you install only the solaris core system? if so you probably need to install some additional packages.an important directory is /usr/ccs, maybe you need to add it to your path. check that SUNWbtool is installed. another one are the kerberos packages(SUNWkrbu and/or SUNWkrbr) The sun solaris package list can be usefull for you: http://docs.sun.com/app/docs/doc/817-0545/6mgbberid?a=view freeradius-users-bounces+stieven.struyf=komatsu.eu@lists.freeradius.org wrote on 11/02/2006 03:24:13 PM:
hey freeRADIUS users,
next step ... testing freeRADIUS on a Solaris 10 box and I'm completely new to solaris! :-( I've started with the configure again but there are so much things missing:
aclocal autoconf autoheader locate libgdbm sys/security.h sys/prctl.h prot.h sia.h siad.h krb5.h gawk mawk ar ramlib strip argz.h libldap dl.h dld.h mach-o/dyld.h gdbm.h pam/pam_appl.h oci.h sql.h
Where can I get all these things, do I need everything?
We are trying to get freeradius working with 802.1x authentication to Microsoft Active directory with LDAP-groups and huntgroups:
users-example:
DEFAULT LDAP-Group == "CN=adminrole,CN=users,DC=isalab,DC=local", Huntgroup-Name == "enterasys", Realm == ISALAB.local Filter-ID == "Enterasys:version=1:mgmt=su:policy=adminrole", Reply-Message = "Welcome %{Stripped-User-Name:-%{User-Name:-None}} in the %{Realm} - Domain, there are no restrictions for you in this network", Fall-Through = No
I hope someone can help me a bit to find the right way!
thanks mIke
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"Michael Messner" <michael.messner_edv@inode.at> wrote:
I've started with the configure again but there are so much things missing: ...
Very little of that matters. Did the configure process exit with an error? That's all that matters. The whole purpose of configure is to discover what you have on your system. You won't have everything on your system, so of course it won't find all sort of things. Put /usr/ccs/bin in your path, and there shouldn't be a problem. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (3)
-
Alan DeKok -
Michael Messner -
Stieven.Struyf@komatsu.eu