Skip to content

Commit

Permalink
dedicated home directory again (we mount the whole /home dir); let's try
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Käser committed Aug 8, 2015
1 parent df8f646 commit 601e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipynbsrv/core/signals/backend_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def create_on_internal_ldap(sender, user, **kwargs):
user.backend_pk,
user.django_user.password,
user.primary_group.backend_id,
'/home/user'
'/home/' + user.get_username()
)
# FIXME: this is the first time we really know the ID/PK given by the backend.
# all other operations having used to old ones might not be valid anymore...
Expand Down

0 comments on commit 601e12a

Please sign in to comment.