Actually I just won the bone head award for this one. The Event ID I was looking for is for Logging onto the Server and what I needed it for was File access. Thanks for the help
Hey guys I aquired this script from the internet that is suppose to go through the event logs looking for a certain event ID. I can get this script to run in Windows 2003 but not in Windows 2000. I don't receive any errors when it runs but I also don't get any information in the CSV file. Any...
Hey group I'm having issues with my Samba shares, I'm able to map the shares just fine and able to create new files, copy files from the desktop to the share but when I copy files from the shares to the desktop I get Specified Network Device is no longer availible. Any ideas? I'm running Samba...
Actually I think it's having an issue modifing the RDN properties of the AD user. Which is fine cause the field is filled in by AD. on a side note I found the VBScript for configuring a users terminal service profile. The only problem is that it needs to run off of a Windows 2003 box.
Const...
I went crazy and added the oUser.Setinfo after each entry and it errored out on:
oUser.Put "name", first_name & " " & last_name
oUser.SetInfo
Looking at the script and the user account I don't think I really need to have it there. All the information was populated...
add force group = "Domain Users" to the smb.conf file under teh share you want them to have access to
then on the unix share set the premissions to the UID of that group, on my side it's uid=1000
Maybe I'm a little late on this thread but this is what I did to get Samba to work with Win 2003 and AD. First you need to modify the smb.conf, krb5.conf, and nwsswitch.conf. Also I had to make a few changes to my pam.conf file also. Here are my conf files for you to review.
p.s. I found that...
The line in question is this:
oUser.SetInfo
The items above it Follows:
Set oUser = o.Create("user","CN=" & fullName)
oUser.Put "sAMAccountName", login
oUser.SetInfo
oUser.Put "userPrincipalName", email
oUser.SetInfo
oUser.Put...
Hey guys I'm having an issue with my Mac users connecting to a Solaris 8 server running Samba 3.0.1 configured using ADS support. When the Macs try to connect to the share they are given an error saying the resource is not availible but when I look at the samba logs it shows the account connects...
I'm getting:
Script H:\scripts\CreateNewUsers.vbs
Line: 133
Char: 5
Error: The Directory services cannot perform the requested operation on the RDN attribute of an object
Code: 80072016
Source: (Null)
I removed the real data on teh script to protect some sensitive information.
Thanks again for...
Ok coping and modifing your script I am now running into some gotcha's that are a little beyond me. (If you haven't notice I'm not a VBScriptor.
This is my script I'm trying to use.
' NAME: createNewUsers.vbs
' COMMENT:
' Creates users based on Excel spreadsheet information.
' Excel...
Has anyone set up a simple web page to administrate users with in AD? I have the VBS scripts but I want to have my helpdesk people to be able to add the user information into them with out actually editing the VBS scripts. Thanks
Hey group I get an error when I compile Samba 3.0 on Unix 9.0. I use the following when I run the configure command:
./configure --with-ads --with-krb5/usr/local/krb5
This works fine with no errors but when I run the make command I get this error:
make: *** [libsmb/clikrb5.o] Error 1
I have...
Actually the file is not located on my machine. It's trying to write to the all users folder within My Documents. You actually need Domain or Local admin rights to modify anything with in that folder. From all points of veiw when the script is ran from with in Active Directory I should have the...
This is a script that is ran during the Log on process through Windows 2000. Is there a way to set Server side premissions onto the folder in question?
Hey guys I get the following error when I run a VBS Logon Script through Active Directory:
Line: 19
Char: 1
Error: Premissions Denied
Code: 800A0046
Source: Microsoft VBScript Runtime Error
This is the Script I'm running:
Dim objFSO
Dim strSource, strTarget, bOverwrite
'Set this to True, b/c...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.