Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vahabudeen

Pages: [1]
1
Hi All,
     Could you please take me to the best and easy document where i can refer to add ubuntu/centos/mac computer to zentyal domain.

I can see plenty of documents in web ,nothing is not working for me ,,or am i doing something wrong?

2
Installation and Upgrades / Re: Wifi SSO with Radius
« on: November 17, 2015, 01:00:33 pm »
I all ready added RADIUS module into Zentyal and works perfectly. with the help of the following commands

zentyal 4.1:
sudo apt-get install zbuildtools build-essential fakeroot dpkg-dev -y
cd ~/Downloads
wget http://archive.zentyal.org/zentyal/pool/main/z/zentyal-radius/zentyal-radius_3.5.1.tar.gz
tar -xf zentyal-radius_3.5.1.tar.gz
mv zentyal-radius-3.5.1 zentyal-radius-4.1
sed -i '1 i\zentyal-radius (4.1) trusty; urgency=medium\n\n  * New release\n\n -- xy <xy@xy.com>  Mon, 29 Jun 2015 00:00:00 +0100\n' ./zentyal-radius-4.1/debian/changelog
sed -i '1 i\4.1\n        + Adapted to 4.1' ./zentyal-radius-4.1/ChangeLog
sed -i 's#Depends: zentyal-core (>= 3.5), zentyal-core (<< 4.0~1), zentyal-samba,#Depends: zentyal-core (>= 4.1), zentyal-core (<< 4.2), zentyal-samba, winbind,#g' ./zentyal-radius-4.1/debian/control
wget 'https://docs.google.com/uc?export=download&id=0B4_d-7xL0AS_bjhFMU1vbkZGVzg' -O radius-src_4.1.diff
wget 'https://docs.google.com/uc?export=download&id=0B4_d-7xL0AS_OXFIODludTVieFU' -O radius-stubs_4.1.diff
patch -t -p1 -i radius-stubs_4.1.diff
patch -t -p1 -i radius-src_4.1.diff
cd zentyal-radius-4.1
dpkg-buildpackage -rfakeroot -b
cd ..
sudo dpkg -i zentyal-radius_4.1_all.deb
sudo apt-get install -f -y


Please help!!!!

3
Installation and Upgrades / Wifi SSO with Radius
« on: November 13, 2015, 12:42:39 pm »
i have zetyal server 4.1 .how can i configure SSO for all my wifi users with RADIUS.??

Current setup
  1.Zentyal Server 4.1 with users
  2. Access points with RADIUS supports
  3.Client machines (Windows and Linux)
 
Requirement
   As soon as the client users login to their laptop they should be able to connect to WIFI using the same credential.

4
Installation and Upgrades / Re: Zentyal 4 wifi hotspot
« on: November 13, 2015, 12:27:20 pm »
i have zetyal server 4.1 .how can i configure SSO for all my wifi users with RADIUS.??

Current setup
  1.Zentyal Server 4.1 with users
  2. Access points with RADIUS supports
  3.Client machines (Windows and Linux)
 
Requirement
   As soon as the client users login to their laptop they should be able to connect to WIFI using the same credential.

5
Then should i run this command?

sudo dpkg -i zentyal-radius_4.1_all.deb

6
Please help me to resole this .

root@zentyal4:/home/amagi/Downloads# sudo dpkg -i zentyal-radius_4.1_all.deb
Selecting previously unselected package zentyal-radius.
(Reading database ... 59970 files and directories currently installed.)
Preparing to unpack zentyal-radius_4.1_all.deb ...
Unpacking zentyal-radius (4.1) ...
dpkg: dependency problems prevent configuration of zentyal-radius:
 zentyal-radius depends on winbind; however:
  Package winbind is not installed.
 zentyal-radius depends on freeradius; however:
  Package freeradius is not installed.
 zentyal-radius depends on freeradius-ldap; however:
  Package freeradius-ldap is not installed.

dpkg: error processing package zentyal-radius (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 zentyal-radius


root@zentyal4:/home/amagi/Downloads# dpkg -i zentyal-radius_4.1_all.deb
(Reading database ... 59998 files and directories currently installed.)
Preparing to unpack zentyal-radius_4.1_all.deb ...
Unpacking zentyal-radius (4.1) over (4.1) ...
dpkg: dependency problems prevent configuration of zentyal-radius:
 zentyal-radius depends on winbind; however:
  Package winbind is not installed.
 zentyal-radius depends on freeradius; however:
  Package freeradius is not installed.
 zentyal-radius depends on freeradius-ldap; however:
  Package freeradius-ldap is not installed.

dpkg: error processing package zentyal-radius (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 zentyal-radius
root@zentyal4:/home/amagi/Downloads#

7
Installation and Upgrades / Re: add/delete users from the command line
« on: October 27, 2015, 07:10:20 am »
Hi All,
    I had 100s of users added to zentyal for wifi authentication .I  upgraded zentyal to 4.1 last week.now i cant see most of the users are not available in zentyal GUI.Even though if i try to add the existing  users it throws error that the user is allready exist.but i cant see in GUI.what can i do??can i delete existing users through terminal ,if yes how can i do ,what are the commands???

Pages: [1]