search for: d_user

Displaying 4 results from an estimated 4 matches for "d_user".

Did you mean: __user
2004 Jan 21
4
Samba winbind secondary group problem
...urity = domain password server = PDC BDC password level = 8 username level = 8 [Shared] available = yes browseable = yes comment = path = /netarray/shares/Shared public = no writable = yes valid users = @"Domain Users" @"Domain Admins" @"Global ITS" @d_users @d_admins @g_its invalid users = internet1 internet2 hrtest
2007 Feb 14
1
Scheduling in backgroundrb not working
...;s own new thread when you # call new worker. args is set to :args # Replace this with your code # logger.info(''I am in do work'') end def send_emails_to_people @d_evals = User.find(:all,:conditions => [''id <= ?'',3] for lop in @d_users logger.info(''I am in loop'') @user = User.find(:first, :conditions => [ ''id = ?'',lop.id]) UserNotify.deliver_people_emails(@user) end end end MailmanWorker.register -------------------------------------Controller code----- class Te...
2007 Sep 08
19
Group changes made over and over?
Hi, I have several Debian servers with puppet 0.23.2. Part of my manifest looks like this: class virt_all_users { @group { "andy": ensure => "present", gid => "1000" } @user { "andy": ensure => "present", uid => "1000",
2011 Jul 28
20
[Bug 8336] New: parent dir permission
https://bugzilla.samba.org/show_bug.cgi?id=8336 Summary: parent dir permission Product: rsync Version: 3.0.8 Platform: All OS/Version: Solaris Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: andras.porjesz at ericsson.com