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.


Topics - krsnendu

Pages: [1]
1
I have installed ebox using Ubuntu 8.04 repositories and the smbldap integration seems good. I was finding very hard to do this using smbldap-installer.
I want my users to be able to log in using ssh and graphic login, and I want their home directories to be /home/username.

I used smbldap-tools to create a user as follows:
# sudo smbldap-useradd -a -m -s /bin/bash -g 2001 -c "Test User" testuser
# sudo smbldap-userpasswd testuser

#getent passwd

testuser:x:2003:2001:Test User:/home/testuser:/bin/bash

When I try to log in by ssh I get the message access denied.
I also can't log in by the graphical log in screen.


What do I need to do to be able to login?

Pages: [1]