Koozali.org: home of the SME Server

[ANNOUNCE] Ubuntu Authentication

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #15 on: December 16, 2009, 09:22:30 AM »
hello again, and thanks for your fast reply.

well yes i was able to connect and see all the groups and user using the command mentioned below,
Code: [Select]
wbinfo -u
wbinfo -g
but please notice that this command
Code: [Select]
smbtreedid not return anything.

I have been using this same machine as a PDC for our winxp pc, but now we are looking
to upgrade to ubuntu, and we do need to have a PDC for a mixed enviremont.
thanks in advance.
Everything in life is magic, until it get defined by science, then it will become logic...

Offline timn

  • *
  • 62
  • +0/-0
    • Nash CDL
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #16 on: December 16, 2009, 11:13:37 AM »
Have you run
Code: [Select]
testparm to check smb.conf is valid. Also have you set
Code: [Select]
winbind use default domain = yes in smb.conf

Offline engdev

  • *
  • 71
  • +0/-0
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #17 on: December 16, 2009, 11:45:57 AM »
I forgot to mention that
Code: [Select]
smbtreedidn't return anything for me either.

Code: [Select]
testparmwas fine

and I have the
Code: [Select]
winbind use default domain = yes in /etc/samba/smb.conf

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #18 on: December 16, 2009, 01:06:17 PM »
I forgot to mention that
Code: [Select]
smbtreedidn't return anything for me either.

Code: [Select]
testparmwas fine

and I have the
Code: [Select]
winbind use default domain = yes in /etc/samba/smb.conf

same here but i do get "your password has expired"
when i'm using a correct username and password,
and no they are not locked , i'm using them to access the domain through winxp.
Everything in life is magic, until it get defined by science, then it will become logic...

Offline mdo

  • *
  • 355
  • +0/-0
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #19 on: December 17, 2009, 06:33:55 PM »
Re. password has expired:

Just ignore that for the moment and continue (as far as I remember there is an OK button for that message). We had that message as well with Ubuntu 9.04 after each logon but you could ignore (OK) the message and continue.

This message is gone since Ubuntu 9.10 here.
...

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #20 on: December 19, 2009, 11:53:00 AM »
Re. password has expired:

Just ignore that for the moment and continue (as far as I remember there is an OK button for that message). We had that message as well with Ubuntu 9.04 after each logon but you could ignore (OK) the message and continue.

This message is gone since Ubuntu 9.10 here.

thx for the reply, well i get that password expired i will be asked to enter the username again.
yes i was testing on ubuntu 9.04, i will try it on ubuntu 9.10 and see what will happen.
thx again.
Everything in life is magic, until it get defined by science, then it will become logic...

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #21 on: December 21, 2009, 01:50:47 PM »
hello guys,
I installed the ubuntu 9.10 version and it worked on it i was able to login as a domain user,
but i had to add the domain name to the login
Code: [Select]
DOMAIN-NAME\usernameas long as it had worked i don't mind.

Now i do have tow questions :

1--> I want these user to able to log into an ubuntu machine
       while be there data well fall them on both OS, but in the ubuntu case i got "nethome".
       How can I bring the windows data and put in there home so u want feel the difference
       even the desktop wallpaper.

2--> How can i put some restrictions when they are using ubuntu like I used to with do
       with the netlogon script for windows.

thanks in advance....
Everything in life is magic, until it get defined by science, then it will become logic...

Offline engdev

  • *
  • 71
  • +0/-0
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #22 on: December 22, 2009, 04:24:09 PM »
Re. the 'smbtree' command not working, it's due to:

Quote
root@jwj-laptop:/home/administrator# smbtree
The program 'smbtree' is currently not installed.  You can install it by typing:
apt-get install smbclient
smbtree: command not found
root@jwj-laptop:/home/administrator#

So if you install smbclient it fixes the problem, so this needs adding to the 'Additional Packages' section. Thanks

Offline tkibugu

  • *
  • 24
  • +0/-0
Re: [ANNOUNCE] Ubuntu Authentication
« Reply #23 on: December 23, 2009, 01:29:06 PM »
Is it possible, do you think, to have the user's home folder under SME mounted as their home folder on the workstation instead of as nethome?

Hi steever, a thread on debian authentication contains some info: http://forums.contribs.org/index.php/topic,45263.0.html
HTH