Equipment/Turing: Difference between revisions
(SSL fixed and we just don't bother with sambaLMPassword) |
(how to edit the acl's) |
||
Line 78: | Line 78: | ||
<nowiki> | <nowiki> | ||
smbldap-usermod -G -<groupname> <username></nowiki> | smbldap-usermod -G -<groupname> <username></nowiki> | ||
==== Edit the acl's ==== | |||
(assuming ldapvi is installed) | |||
<nowiki> | |||
ldapvi -Y EXTERNAL -h ldapi:/// -b olcDatabase={1}hdb,cn=config -v "(olcAccess=*)" olcAccess</nowiki> | |||
=== Issues === | === Issues === |
Revision as of 21:01, 24 September 2014
Purpose
Runs the UK Hackspace website and hosts wikis for any spaces that want. Also hosts the membership system and forwards the webcams for London Hackspace.
Name
Named after Alan Turing.
See also: System naming
Access
Access is limited to Trustees only since it contains the membership db.
LDAP
Turing has an LDAP db on it that is replicated to denning for use on machines in the space.
It sort of works.
Turing has iptables rules that allow access to the LDAP server from denning.
The LDAP server uses an ssl cert from startcom, it expires on Mar 25 2015.
We use a schema that is compatible with samba for 2 reason:
- We might want user logins to samba at some point
- The sambaNTPassword attribute is understood by freeradius and is needed for MS-CHAP auth for spacefed.
however the sambaNTPassword hash is quite weak, and the sambaLMPassword hash is silly, so ideally:
- the sambaLMPassword attribute would contain nonsense that can never be authenticated against
- the sambaNTPassword attribute would be for a different password from the userPassword
Currently we are not adding sambaLMPassword attribute's to the database.
cheat sheet at the moment
list a users details
smbldap-usershow <username>
or:
smbldap-userinfo -l <username>
add a user to a group
smbldap-usermod -G +<groupname> <username>
List the members of a group
smbldap-groupshow <group name>
Remove a member from a group
smbldap-usermod -G -<groupname> <username>
Edit the acl's
(assuming ldapvi is installed)
ldapvi -Y EXTERNAL -h ldapi:/// -b olcDatabase={1}hdb,cn=config -v "(olcAccess=*)" olcAccess
Issues
- might need to add an index to memberUid
Changes to tools on turing
The smbldap tools were patched with these patches
- http://svn.gna.org/viewcvs/smbldap-tools/trunk/smbldap-userlist.pl?view=patch&r1=135&r2=134&pathrev=135
- http://svn.gna.org/viewcvs/smbldap-tools/trunk/smbldap-grouplist.pl?view=patch&r1=135&r2=134&pathrev=135
... and a few others, you can see them all here:
https://github.com/londonhackspace/hackspace-foundation-sites/tree/ldap/ldap
Graphs
IP
212.13.195.146 85.119.83.146 (hackspace.vps.bitfolk.com)
Services
These run as daemons automatically:
- Apache
- postgres
- mjpegproxy-webcams (in screen, no logging)