Displaying 5 results from an estimated 5 matches for "remove_al".
Did you mean:
remove_all
2011 Dec 21
1
Winbind authentication and wbinfo -i user no longer work after uprading to 3.6.1
Originally filed by Robert LeBlanc as Debian Bug # 652679 -
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652679>
<Quote>
Package: winbind
Version: 2:3.6.1-3
Severity: important
Dear Maintainer,
After upgrading to 3.6.1 I am no longer able to login to Debian using my Active Directory account.
'winbind -u', 'winbind -g', 'winbind -t' and many others work
2006 Mar 23
2
Way to iterate over each associtaion
Is there a way with ActiveRecord to get ahold of a collection containing
each association? I want to write a rake task that will dump a model and
all its related models to yaml.
Thanks,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060323/abdf4305/attachment.html
2012 Jan 04
5
Making a system user member of a Puppet managed group
Hi All,
I have a particular requirement where a Puppet managed group needs to have
several members that are either local and not managed by Puppet (e.g.
mysql) or they reside in LDAP.
Apart from running an exec call to "groupmems", is there another way to
achieve this?
Thanks in advance.
Gonzalo
--
You received this message because you are subscribed to the Google Groups
2011 Dec 14
7
All read and write
I have problems in creating all read and write samba connection. I am
mounting an Ubuntu share to windows. A program I used in windows is able
to create folders and files but unable to have ownership of the folder or
write on the folder because once the folder is created, it is lock.
Here is my configuration:
security = SHARE
[Share]
path = /home/project
public = yes
writeable = yes
read
2007 Jan 23
20
"Found a bug" message when purging services
I attempted the following:
resources { service: purge => true, noop => true }
service {
sshd: ensure => running;
iptables ensure => running;
}
And got the following message:
notice: Starting configuration run
err: Found a bug: uninitialized constant Parse
notice: Finished configuration run in 0.47 seconds
When I remove the ''resources'' line, everything works