[Samba] samba vbscript login script blocked by windows

2009-08-20 Thread Christopher Perry

Hi,
anyone else using a vbs script for a login script and getting it blocked 
by windows? more specifically, wscript.exe is what's getting blocked.


I tried editing the Windows firewall, but that didn't seem to help. Any 
help would be greatly appreciated.


Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] SambaSID's on PDC/BDC

2009-08-10 Thread Christopher Perry
I have a server acting as a PDC, and another server acting as a BDC. 
When I run 'net getlocalsid'
on each, they return different numbers. If I run 'net getlocalsid 
domain_name' on the BDC, it returns the PDC's sid.


Is it import for each machine to have the same SID?

Thanks,
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] How to use local profiles in samba PDC?

2009-07-29 Thread Christopher Perry

Kyle,
You might also need to populate this setting:

A) Only allowing local profiles and disabling roaming profiles:
(start-run-gpedit.msc-Local Computer Policy-Computer
Configuration-Administratrive Templates-System-User Profiles

As a result, each user gets a profile created in C:\Documents and
Settings\username


Kyle Schmitt wrote:

How do you enable local profile creation on machines connected to a samba PDC?

I thought it would be automatic, but it doesn't seem to be.  If there
isn't a roving profile, windows complains it can't find your profile
on the server, then instead of creating a local one, it throws up this
message:

Windows cannot find the local profile and is logging you on with a
temporary profile. Changes you make to this profile will be lost when
you log off.


I thought perhaps it needed a Default User profile served over the
network, but adding such a profile to my config didn't help anything.

I wouldn't think it was something to do in my smb.conf, but it's
below, just in case it helps.
  


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] couldn't find service netlogo

2009-07-24 Thread Christopher Perry
One of our winXP users intermittently can't process the login script. 
sometimes it works and maps his drives, sometimes it doesn't. I have the 
netlogon share configured correctly.
Looking at the logs for the user in question, I see this when the user 
logs in:


couldn't find service netlogo
closed connection to service netlogon

it truncates netlogo in the log file, unless it actually thinks it's 
looking for netlogo.


Has anyone experienced this, or have any ideas?

Thanks a lot,
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] weird Windows profile creation

2008-07-28 Thread Christopher Perry

It seems weird. On 75% of my machines, it creates accounts as:
c:\documents and settings\username

on 25% of the machines, it creates them as:
c:\docments and settings\username.DOMAINNAME

These are fresh machines, so it's unclear to me where this behavior 
stems from. We're not using roaming profiles.


Does anyone have any idea as to why this happens?

thanks
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] User profile changes logging into domain

2008-07-24 Thread Christopher Perry

Hi,
We have a bunch of users that have local profiles, and when the login to 
the domain they get a new profile created on their workstation.


For example, a user like c:\documents and settings\rguyton changes to 
c:\documents and settings\rguyton.HMDCDOMAIN


Is there a way to get this to use the existing profile?

Also, i went into gpedit.msc and set allow local profiles only since 
we're not using roaming profiles .



Thanks for any assistance.
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] builtin group, domain group, or local group

2008-06-26 Thread Christopher Perry

Hi,
I'm using smbldap-groupadd to add groups for my PDC, and the default 
group type is domain group. The problem is, if I do an ldapsearch of 
groups created in this fashion, I don't see the memberUid's of the users 
that belong to this group.


if I don't use the default, I can do an ldapsearch of the group and see 
a list of members of the group.


Any ideas which sambaGroupType I should use? It seems puzzling to me 
that if you use the default, there's no way to see who's a member and 
who's not.



Thanks,
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] login scripts --what to use

2008-06-19 Thread Christopher Perry

Hi,
We're setting up a PDC, and would like to have a login script to deliver 
the mapped drives to users in particular groups, and connect to 
printers. The printer drivers come from the [print$], share.


Does anyone have any good resources for this? What's the easiest and 
simplest thing to get going --vbscript or batch files?


Thanks,
chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] limit user connections to PDC

2008-06-06 Thread Christopher Perry
i work in a lab environment, and we'd like to prevent users from logging 
into 5 machines at once. I've looked through the smb.conf man page 
pretty thoroughly, but nothing appears to address this problem.


Anyone have any ideas, how you can limit the amount of logins a user can 
have to teh domain?



Thanks,
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] shut off roaming profiles

2008-05-28 Thread Christopher Perry
is there a definitive way to shut up roaming profile squawking. i.e. 
Windows cannot copy roaming profile when logging in and out.


I tried putting a null string in the netlogon share, but it still yaps:
logon path = 


Any help on this would be appreciated. Thanks,
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] home driectory mapping --drive letter Z:

2008-05-27 Thread Christopher Perry
I think it's great that samba maps the home directory for the user when 
they login, but where does hte letter Z come from?


I'd like to set this to another letter. (?) is it possible?


Thanks,
c
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] ssh and samba using different ldap trees

2008-04-04 Thread Christopher Perry
Is it possible to have sshd and smb running on the same box accessing 
different trees? if we configure /etc/ldap.conf to point to one tree, 
and /etc/samba/smb.conf point to another tree, samba stops 
authenticating users and creating machine trust accounts.


Is there a workaround for this?

Thanks,
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Samba users as local workstation admins?

2008-04-03 Thread Christopher Perry

Hi All,
We have a problem, which is that several of our users are local admins 
on their own workstations. We'd like to let them retain these rights, 
but we're switching to a PDC. Is there a way to have them authenticate 
to the domain, and as a regular user, but on the Windows workstation 
have full control? What's the best solution for this? I obviously don't 
want to make them domain Admins.


Thanks,
Chris
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] smbldap-useradd -w won't create machine account

2008-04-01 Thread Christopher Perry
I can't get smbldap-useradd to add the sambaSamAccount workstation 
attributes. For example:


smbldap-useradd -w 'test_machine$'


# test_machine$, People, desktop.hmdc.harvard.edu
dn: uid=test_machine$,ou=People,dc=desktop,dc=hmdc,dc=harvard,dc=edu
objectClass: top
objectClass: account
objectClass: posixAccount
cn: test_machine$
uid: test_machine$
uidNumber: 1010
gidNumber: 515
homeDirectory: /dev/null
loginShell: /bin/false
description: Computer
gecos: Computer


Has anyone else experienced this? It thinks it's creating a machine 
account, but it doesn't add sambaSamAccount, or sambaAcctFlags [W  ].



More info:
# rpm -qi smbldap-tools
Name: smbldap-toolsRelocations: (not relocatable)
Version : 0.9.4 Vendor: Dag Apt 
Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf  Build Date: Sat 22 Sep 2007 
01:35:45 AM EDT
Install Date: Tue 25 Mar 2008 11:43:42 AM EDT  Build Host: 
lisse.leuven.wieers.com
Group   : System Environment/Base   Source RPM: 
smbldap-tools-0.9.4-1.el5.rf.src.rpm

Size: 525573   License: GPL
Signature   : DSA/SHA1, Sat 22 Sep 2007 02:51:47 PM EDT, Key ID 
a20e52146b8d79e6

Packager: Dag Wieers [EMAIL PROTECTED]
URL : http://sourceforge.net/projects/smbldap-tools/
Summary : User and group administration tools for Samba-OpenLDAP



Thanks,
c

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] smbldap-useradd will not add sambaSamAccount objectClass

2008-03-27 Thread Christopher Perry
I'm having an issue adding a sambaSamAccount objectClass to my machine 
accounts when running smbldap-useradd -w machine$


It doesn't create samba attributes, but will create the account.

In the smbldaap-useradd code, sambaSamAccount is sambaSAMAccount, but I 
don't know if that's what's doing it. the samba.schema file has 
sambaSamAccount defined.


Someone having the same issue reports the following bug.
https://bugzilla.samba.org/show_bug.cgi?id=5100

Is anyone else having this issue?


More info:

rpm -qi smbldap-tools
Name: smbldap-toolsRelocations: (not relocatable)
Version : 0.9.4 Vendor: Dag Apt 
Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf  Build Date: Sat 22 Sep 2007 
01:35:45 AM EDT
Install Date: Tue 25 Mar 2008 11:43:42 AM EDT  Build Host: 
lisse.leuven.wieers.com
Group   : System Environment/Base   Source RPM: 
smbldap-tools-0.9.4-1.el5.rf.src.rpm

Size: 525573   License: GPL
Signature   : DSA/SHA1, Sat 22 Sep 2007 02:51:47 PM EDT, Key ID 
a20e52146b8d79e6

Packager: Dag Wieers [EMAIL PROTECTED]
URL : http://sourceforge.net/projects/smbldap-tools/
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba