similar to: mandatory profiles, group policies, Samba3 PDC winxp Clients

Displaying 20 results from an estimated 3000 matches similar to: "mandatory profiles, group policies, Samba3 PDC winxp Clients"

2008 Dec 09
2
Any possibility to apply policies on WinXP machines using samba 3.2.3 ?
Any possibility to apply policies on WinXP machines using samba 3.2.3 ? In samba documentation in : http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/PolicyMgmt.html There is references to apply policies in NT/2000 Server and winxp clients, but it's not clear to me that will run fine or not using samba 3.2.3+winxp machines. If exist a way, How ? I was create a local policies using
2004 Aug 03
2
Samba3 GPO
Hi @all, I have some question I can't find a explanation. I have a standalone Samba3 as PDC. It works perfect with LDAP. Now I want to implement Policies. 1) Is it possible to use GPO from ads ? And if so, where to store this policies. 2) Or can I only use policies created with poledit from NT4 which should be stored in NETLOGON. Any help or links about this would be apreciated.
2006 Oct 23
3
Plotting Text on a graph
Hi, I plotted 12 graphs on a page and output to a png file. I wanted to have an overall title for all 12 graphs. What command can I use to do this? Below is the code that plotted the 12 graphs in one page. # FM10 by Month/ Export the plot to Wash2005FM10.png png(file="Wash2005FM10.png",bg="white") par(mfrow = c(3,4)) # Plot 12 Month of OFM10, FFM10 for(i in
2006 Oct 20
1
How to evaluate a Variable Name?
Hi, I have a dataframe Wash2005, which has daily weather data. I am doing a regression by month as follows: # FM10 Regression by Month # Plot 12 Month of OFM10, FFM10 for(i in 1:12) { Temp <- subset (Wash2005, MM == i) assign( paste('Wash2005FM10', strtrim(month.name[i],3), sep=""),lm(Temp$FM10.1 ~ Temp$FM10)) } Wash2005FM10Jan, Wash2005FM10Feb, etc holds the
2006 Mar 10
2
trimming a factor
Hi, I have the following dataframe. The County Column has many empty spaces at the end. I want to cut out the empty space and put them back into the dataframe. How can this be done? > head(DailyCounty) Date County GFCPer GFCEquip Acre nFires Date2 1 2001-01-04 00:00:00 Appling 1 1 0.20 1 2001-01-04 2 2001-01-05 00:00:00 Appling
2006 Mar 23
2
clogit question
Hi, I am playing with clogit(case~spontaneous+induced+strata(stratum),data=infert) from clogit help file. This line works. 1. But, why strata(stratum) doesn't have a coefficient like spontaneous and induced? 2. When I remove strata(stratum) from the command, this function seems to keep running forever. Why? 3. I think the equation for clogit looks like P=1/(1+
2020 Oct 21
3
Policies for AD clients (still poledit only ?).
So only for old NT4 style PDC - BDC environment one needs poledit. While AD's (with virtual pdc role servers) can use the MMC.? We got a pure Samba AD environment and thus it should work. Be it that we might not have all mmc templates (not yet checked that). Thanks Viktor. -----Original message----- From: Viktor Trojanovic?<viktor at troja.ch> Sent: Wednesday 21st October 2020
2006 May 31
1
policies
Am going thru the learning curve on using samba as a primary controller. Samba is up and running just fine. However, I'm a bit confused on the ntlogin.pol thing. I'm gathering, if all the workstations are winxp, I need to do this?? "Go to the Windows 200x/XP menu Start->Programs->Administrative Tools and select the MMC snap-in called Active Directory Users and Computers
2006 Jan 11
1
Samba3 + policy (XP)
Hi I'm trying to aply policy to my domain users, but isn't working. I'm created a NTConfig.pol with poledit.exe (from WinNT service pack 4 (adminpak.msi)) and save on netlogon share. When client logon, nothing hapen. How can i check if policy is downloaded from server? What this could be? :( Samba: 3.0.20b-Debian Linux: Debian Client: Windows XP and SP2 ps: i couldn't find
2003 Dec 09
2
Roaming profiles with Samba3
Good morning everyone. I wanted to ask the people on this list who are currently using roaming profiles with samba 3 how it is working? I worked a little with roaming profiles with 2.2.8a, but it was not working as well as I wanted it to and im hoping that samba 3 roaming profiles are working pretty well. Our network here is really calling for roaming profiles to be a major option here. Our
2006 Sep 27
3
Converting text to numbers
Hi, I have Forecast Class and Observed Class in a data matrix as below. > Sample1 FCT OBS 1 1 5 2 2 4 3 3- 3+ 4 3 3 5 3+ 3- 6 4 2 7 5 1 I want to find the difference between Observed and Forecast Classes. How can I get this done? I tried to following to convert the 1 through 5 classes, to 1 through 7 for both OBS and FCT column. > Sample1$OBS2 <- Sample1$OBS
2020 Oct 21
2
Policies for AD clients (still poledit only ?).
I'm creating a deploy plan, for strict client policies (to comply to ISO standards and security) For mixed win 7 enterprise and win 10 enterprise on a Samba Active Directory. On the lookout if Samba would be any different towards client policies. I did some googling, and got pointed to old samba articles of 2007: https://wiki.samba.org/index.php/Implementing_System_Policies_with_Samba
2007 Dec 15
10
1) Error 2) sending request to a specific worker
Hello ! 1) I have this error logged by bdrb: undefined method `send_request'' for nil:NilClass framework/packet_master.rb:58:in `ask_worker'' backgroundrb/server/master_worker.rb:59:in `process_work'' backgroundrb/server/master_worker.rb:16:in `receive_data'' backgroundrb/framework/bin_parser.rb:29:in `call'' backgroundrb/framework/bin_parser.rb:29:in
2006 Mar 24
3
Date in dataframe manipulation
Hi, I have a dataframe with many columns, including date and I want to keep only a few of the columns including date column. I used the following command: with(FireDataAppling, cbind(STARTDATE, County, TOTAL, CAUSE) It works, but the date becomes days from Jan 1, 2001. FireDataAppling$STARTDATE[1] gives [1] 2001-01-04 00:00:00 1703 Levels: ......... After the cbind command, the entry
1997 Aug 25
1
SMBD not killing process
>>On Tue, 26 Aug 1997, Rob Naccarato wrote: > >then, you get [user2] created, but the share [user1] still exists! > >i have only been able to reproduce the problem, not fix it: i've sent >details, as best i can, to the other samba team people, so that those >more familiar with smbd (where the problem lies) can fix it. in the >mean-time, i keep on hacking a local
2009 Mar 27
1
Automatic & Permanent Disconnect of WinXP Clients
Hello, I'd like to enable my Samba server, either by the correct choice of standard configuration parameters or by custom script, to permanently log off and disconnect WinXP clients that have been "inactive" for a specified period of time. >From my travels around the Web, I've seen this basic question asked by others, but no solutions have materialized. The
2005 Oct 21
4
POLEDIT replacement?
I've been reading about policies and the documentation says to grab poledit.exe from the NT SP6a file. There are many policy settings that are not available via this tool. Isn't there something newer that could be used to create the .pol file needed by samba to implement policies? Or will this only be available with samba4?
2004 Jul 20
0
Using user policies with samba3 and windows 2000
Hello! We are using samba3-3.0.2a-30 as a PDC. Everything is working fine, but now we would like to use user policies. As I learned that can be done by the ntuser.pol file in the 'profiles' user sub directory on the PDC. So her is what i already tried: 1.) Set up a test Window$ 2000 Client and get it into the Domain 2.) Log in as Administrator 3.) Start gpedit.msc (and change
2005 Mar 04
2
are there known problems with NTConfig.POL with samba 3.11 ?
Hi Jerry ,hi Sambatsitas, yesterday i installed a brand new ldap smb pdc with latest smb sources ( all suse 9.2 ), and latest ldap scripts from idealx.( orginal source rpm ) All work fine ( as far i testet it ). (Usrmgr was just wow..!) So at last i did a NTConfig.POL with poledit.exe for win xp serv Pack2 on the netlogon share. I used adm modified adm files and a other poledit cause system.adm
2006 Sep 25
1
Samba/LDAP - using Poledit for security templates.
Hi samba gurus, I have a successful install of samba/LDAP (on FC5) and am looking at applying security templates for different groups. I had this successfully working on my old RH9 box running samba (but not using LDAP). Using poledit, I created groups (sales, it, etc) that were the same as my linux groups, and created a Ntconfig.POL file. Referring to this article for use on poledit.exe and