Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: videm 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 ?
-
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?
-
i'm want limits users for logon from computers
example:
objUser.Put "userWorkstations", "computer1, computer2"
-
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.
-
I too was thinking that SME7 used LDAP to authenticate users.
I'm curious to know where you got that idea.
-
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: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.
-
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: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
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.