Question
5 posts
Does that exsist any kind of software that i can us a alternativ to microsofts ADDS server and works on tha raspberry pi
- Posts: 64
- Joined: Fri Jun 08, 2012 7:57 pm
- Location: Sweden
Are you talking about Active Directory Server? If so I use Samba it can do most of what you need to do from shares to roaming profiles.
General information
http://www.samba.org/samba/docs/
Setting up Active Directory
http://wiki.samba.org/index.php/Samba_& ... _Directory
I installed it using debian tool apt-get
General information
http://www.samba.org/samba/docs/
Setting up Active Directory
http://wiki.samba.org/index.php/Samba_& ... _Directory
I installed it using debian tool apt-get
- Code: Select all
sudo apt-get update
sudo apt-get install samba
- Posts: 8
- Joined: Sun Feb 12, 2012 3:10 pm
is it a full time replacment for Active direktory on windoes server or do i need other softwars
- Posts: 64
- Joined: Fri Jun 08, 2012 7:57 pm
- Location: Sweden
Well depending on what you are wanting todo you may need to use ldap along with samba as a database.
What features are you trying to implement?
What features are you trying to implement?
- Posts: 8
- Joined: Sun Feb 12, 2012 3:10 pm
i dont know what i am trying to do. i are just curius on what things that i can do with raspbeery pi and linux new to the linux system i have work a lot with windows server and windows a lot
- Posts: 64
- Joined: Fri Jun 08, 2012 7:57 pm
- Location: Sweden