Koozali.org: home of the SME Server

openldap and 'userworkstations'

videm

openldap and 'userworkstations'
« on: July 20, 2006, 08:35:44 AM »
i want that several users can only login on their own
machine in the domain and NOT on an other computer in the domain.
how this do ?

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: openldap and 'userworkstations'
« Reply #1 on: July 21, 2006, 04:35:31 AM »
Quote from: "videm"
i want that several users can only login on their own
machine in the domain and NOT on an other computer in the domain.


What has this to do with openldap?

videm

openldap and 'userworkstations'
« Reply #2 on: August 14, 2006, 11:25:10 AM »
i'm want limits users for logon from computers
example:
objUser.Put "userWorkstations", "computer1, computer2"

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
openldap and 'userworkstations'
« Reply #3 on: August 14, 2006, 08:37:11 PM »
I too was thinking that SME7 used LDAP to authenticate users. I don't think you'll be able to accomplish such task, unless you make some kind of custom logon script.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
openldap and 'userworkstations'
« Reply #4 on: August 17, 2006, 09:52:45 AM »
Quote from: "stuntshell"
I too was thinking that SME7 used LDAP to authenticate users.


I'm curious to know where you got that idea.

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
openldap and 'userworkstations'
« Reply #5 on: August 17, 2006, 04:28:17 PM »
Quote
I'm curious to know where you got that idea.


Simple:
1- I have a problem where some of WindowsXP machines no longer can logon to the domain.
2- I have created a bug for that matter
3- The error I receive is:
Code: [Select]
rpc_server/srv_netlog_nt.c:get_md4pw(261)
Aug 10 14:50:05 esmith smbd[11556]: get_md4pw: Workstation WSTATION01$: no
account in domain

4- A search on good ol' google reveals 90% of the results related to LDAP, hence that's where I got the idea.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
openldap and 'userworkstations'
« Reply #6 on: August 18, 2006, 03:59:19 AM »
Quote from: "stuntshell"
Quote
I'm curious to know where you got that idea.


Simple:
1- I have a problem where some of WindowsXP machines no longer can logon to the domain.
2- I have created a bug for that matter
3- The error I receive is:
Code: [Select]
rpc_server/srv_netlog_nt.c:get_md4pw(261)
Aug 10 14:50:05 esmith smbd[11556]: get_md4pw: Workstation WSTATION01$: no
account in domain



Here is the bug report:

http://bugs.contribs.org/show_bug.cgi?id=1836

Quote

4- A search on good ol' google reveals 90% of the results related to LDAP, hence that's where I got the idea.


That only says that many people are using ldap with samba, and says nothing about SME7.