Equipment/Turing: Difference between revisions
(point to the patches.) |
m (Updated LDAP info (no more Denning as it goes to ldap-secondary now, and it does work)) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 32: | Line 32: | ||
== LDAP == | == LDAP == | ||
Turing has an LDAP db on it that is replicated to | Turing has an [[LDAP]] db on it that is replicated to ldap-secondary (Hackspace VM in Wembley) for use on machines in the space. | ||
Turing has iptables rules that allow access to the [[LDAP]] server from ldap-secondary (Hackspace VM). | |||
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. | |||
* We might want user logins to | |||
* The sambaNTPassword attribute is understood by | |||
however the sambaNTPassword hash is quite weak, and the sambaLMPassword hash is silly, so ideally: | however the sambaNTPassword hash is quite weak, and the sambaLMPassword hash is silly, so ideally: | ||
Line 63: | Line 46: | ||
* the sambaNTPassword attribute would be for a different password from the userPassword | * the sambaNTPassword attribute would be for a different password from the userPassword | ||
Currently we' | Currently we are not adding sambaLMPassword attribute's to the database. | ||
=== cheat sheet at the moment === | === cheat sheet at the moment === | ||
==== list a users details ==== | ==== list a users details ==== | ||
Line 86: | Line 59: | ||
<nowiki> | <nowiki> | ||
smbldap-userinfo -l <username></nowiki> | smbldap-userinfo -l <username></nowiki> | ||
==== add a user to a group ==== | ==== add a user to a group ==== | ||
Line 106: | Line 74: | ||
<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 === | ||
Line 111: | Line 87: | ||
* might need to add an index to memberUid | * might need to add an index to memberUid | ||
=== Changes to tools on | === Changes to tools on Turing === | ||
The smbldap tools were patched with these patches | The smbldap tools were patched with these patches |
Latest revision as of 17:33, 23 November 2018
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 ldap-secondary (Hackspace VM in Wembley) for use on machines in the space.
Turing has iptables rules that allow access to the LDAP server from ldap-secondary (Hackspace VM).
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)