Displaying 20 results from an estimated 60 matches for "dscl".
Did you mean:
dsc
2014 Jun 06
0
[Bug 10649] New: --acls does not honor --numeric-ids on OS X
...ges-from-rsync-307.
I don't pretend to understand it, I'm only referencing it in case it may
provide some ideas for implementing a new patch.
Tested on 3.0.9 and 3.1.1pre1
##### How to reproduce the problem (script is also attached)
#!/bin/bash
# create a test user that will be deleted
dscl . -create /Users/_bb_test
dscl . -create /Users/_bb_test UserShell /bin/bash
dscl . -create /Users/_bb_test RealName "Backup Test User"
dscl . -create /Users/_bb_test UniqueID 599
dscl . -create /Users/_bb_test PrimaryGroupID 99
dscl . -create /Users/_bb_test NFSHomeDirectory /Users/_bb_t...
2009 Aug 16
3
userdel without -r switch
...use the `-r'' switch
(solaris)
# puppet -d test.pp
debug: Failed to load library ''shadow'' for feature ''libshadow''
debug: Puppet::Type::User::ProviderNetinfo: file nireport does not exist
debug: Puppet::Type::User::ProviderDirectoryservice: file
/usr/bin/dscl does not exist
debug: Failed to load library ''ldap'' for feature ''ldap''
debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Creating default schedules
debug: //User[foo]: Changing en...
2019 Sep 10
2
New to dovecot admin, question about using LDAP for user-specific values
I am new to dovecot administration. I?ve read the Wiki but that hasn?t given me the understanding I need.
When I query my LDAP (on macOS) on a value for user ?gerben?, I can get that:
dumbledore:~ gerben$ dscl /LDAPv3/127.0.0.1 -read /users/gerben GeneratedUID
GeneratedUID: 780D870E-6B00-478E-AB70-3D3307215A82
I would like to use that value in dovecot settings, e.g. something like
user_attrs = \
=mail=maildir://Library/Server/Mail/Data/mail/%{ldap:GeneratedUID}
Is this possible and if so what do I e...
2019 Sep 13
2
New to dovecot admin, question about using LDAP for user-specific values
...dovecot at dovecot.org>> wrote:
>>
>> I am new to dovecot administration. I?ve read the Wiki but that hasn?t given me the understanding I need.
>>
>> When I query my LDAP (on macOS) on a value for user ?gerben?, I can get that:
>>
>> dumbledore:~ gerben$ dscl /LDAPv3/127.0.0.1 -read /users/gerben GeneratedUID
>> GeneratedUID: 780D870E-6B00-478E-AB70-3D3307215A82
>>
>> I would like to use that value in dovecot settings, e.g. something like
>>
>> user_attrs = \
>> =mail=maildir://Library/Server/Mail/Data/mail/%{ldap...
2010 Oct 27
4
Solaris 10 Client "Default Provider for User" Woes Again
Hopefully I''m just missing something simple, but I''m having trouble
getting just the absolute bare-bones puppet set up on a new, clean
Solaris 10 install.
When I try to run:
/opt/csw/bin/puppetd --verbose --no-daemonize --server
puppet.mydomain.com
I just get:
err: Could not create resources for managing Puppet''s files and
directories in sections [:main, :agent,
2008 Aug 06
2
Groups not showing in Win2K Control Panel "Users and Passwords"
Leopard Server 10.5.4, Samba Version 3.0.25b-apple
I am attempting to do something similar to that described in the Samba
HOWTO and Reference Guide on page 157 Section 11.4.3. I have
configured an "Admins" group on the server and would like to tell the
local workstation to treat users in that group as Administrators.
This used to work.
"net groupmap list" shows that
2010 Jun 15
8
puppetca unable to sign new certs - Invalid argument error
...ed to load library ''ldap'' for feature ''ldap''
debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
debug: Puppet::Type::User::ProviderUseradd: file userdel does not exist
debug: Puppet::Type::User::ProviderDirectoryservice: Executing
''/usr/bin/dscl -plist . -list /Users''
debug: Puppet::Type::User::ProviderDirectoryservice: Executing
''/usr/bin/dscl -plist . -read /Users/puppet''
debug: /File[/etc/puppet/ssl/ca/requests]: Autorequiring
File[/etc/puppet/ssl/ca]
debug: /File[/etc/puppet/ssl/ca/signed]: Autorequiring File...
2012 Aug 28
4
Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/agent1.pem to csrdir: undefined method `exists?' for nil:NilClass
...*[root@agent1 ~]# puppet agent --server=edward --debug --waitforce 30*
debug: Failed to load library ''rubygems'' for feature ''rubygems''
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl
does not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not
exist
debug: Puppet::Type::File::ProviderMicrosoft_windows: feature
microsoft_windows is missing
debug: Failed to load library ''...
2012 Jan 20
9
client not getting updates no error message
...puppet apply file/manifests/init.pp -d
debug: Creating default schedules
debug: Failed to load library ''ldap'' for feature ''ldap''
debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/
dscl does not exist
debug: Puppet::Type::User::ProviderUser_role_add: file roledel does
not exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Failed to load library ''rubygems'' for feature ''rubygems''
debug: Puppet::Type::File::ProviderMicrosoft...
2008 Jun 06
8
useradd provider not working?
I have this config:
# BL00070 - Disable NFS
service {["nfs","nfslock","netfs","portmap"]:
ensure => stopped,
enable => false,
}
user {"rpc": ensure => absent, provider => "useradd" }
user {"rpcuser": ensure => absent, provider => "useradd" }
file
2019 Sep 13
0
New to dovecot admin, question about using LDAP for user-specific values
...rben Wierda via dovecot <dovecot at dovecot.org> wrote:
>
> I am new to dovecot administration. I?ve read the Wiki but that hasn?t given me the understanding I need.
>
> When I query my LDAP (on macOS) on a value for user ?gerben?, I can get that:
>
> dumbledore:~ gerben$ dscl /LDAPv3/127.0.0.1 -read /users/gerben GeneratedUID
> GeneratedUID: 780D870E-6B00-478E-AB70-3D3307215A82
>
> I would like to use that value in dovecot settings, e.g. something like
>
> user_attrs = \
> =mail=maildir://Library/Server/Mail/Data/mail/%{ldap:GeneratedUID} <maild...
2019 Sep 13
0
New to dovecot admin, question about using LDAP for user-specific values
...t;> wrote:
>>>
>>> I am new to dovecot administration. I?ve read the Wiki but that hasn?t given me the understanding I need.
>>>
>>> When I query my LDAP (on macOS) on a value for user ?gerben?, I can get that:
>>>
>>> dumbledore:~ gerben$ dscl /LDAPv3/127.0.0.1 -read /users/gerben GeneratedUID
>>> GeneratedUID: 780D870E-6B00-478E-AB70-3D3307215A82
>>>
>>> I would like to use that value in dovecot settings, e.g. something like
>>>
>>> user_attrs = \
>>> =mail=maildir://Library/Serv...
2010 Mar 19
0
linux/unix/osx administrator position available -- Milwaukee
...kde
Custom applications.
iptables.
samba.
Preferably CentOS/RHEL experience.
apache
virtual machine support -- qemu, sun virtual box
Some c/c++ code troubleshooting
* OS X
Tiger, Leopard and Snow Leopard
nfs.
Custom scripting
command line
dscl
Darwinports
Fink
* Hardware
Ability to custom build PCs for various purposes
* Windows XP
Office Applications
Virtual Machine support -- sun virtual box
* FreeBSD
Compiling from source
Tweaking makefiles
nfs file system
Custom scripting -- c shelle...
2012 Jun 30
1
Custom provider/types and adding to puppet forge
*Note, I''m very green when it comes to ruby development..
I''ve created a couple of custom providers and types, both of which
rely on a particular ruby gem in order to function. How should I go
about ensuring the gem dependency on the puppet clients before puppet
syncs the plugins (the broken ''require'' in the provider will cause
puppet to exit during a run)?
On
2009 Sep 09
0
puppet 0.25 client on xen / EC2
...oes not exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Failed to load library ''ldap'' for feature ''ldap''
debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
debug: Puppet::Type::User::ProviderDirectoryservice: file
/usr/bin/dscl does not exist
debug: /File[/var/puppet/clientbucket]: Autorequiring File[/var/puppet]
debug: /File[/var/puppet/ssl/certificate_requests]: Autorequiring
File[/var/puppet/ssl]
debug: /File[/var/puppet/ssl/private_keys/ip-10-224-102-31.eu-west-1.compute.internal.pem]:
Autorequiring File[/var/puppet/s...
2007 Apr 30
10
mount type and ensure => present on OS X
Hello all.
There is some strange thing going on with our OS X clients.
We have created a package which is run via SystemStarter. What it does?
It parses /etc/fstab and mounts the NFS directories mentioned there.
This is needed since we want to have static mounts and the
NetInfo-automounter combination does not do static mounts (even with
ttl=0 set for the mount, which is supposed to do a
2013 Oct 09
6
Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'
...t agent -t --debug
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not
exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl
does not exist
debug: Failed to load library ''selinux'' for feature ''selinux''
debug: Failed to load library ''ldap'' for feature ''ldap''
debug: /File[/var/lib/puppet/clientbucket]: Autorequiring
File[/var/lib/puppet]
debug: /File...
2009 Nov 16
1
Apache passenger broke after puppet after upgrade
...) and now passenger broke (puppetmaster is still working). I have followed the guide on
http://github.com/reductivelabs/puppet/tree/master/ext/rack
but still I get a errorcode 500 with the error:
support:~# puppetd --test --debug
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does not exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: Failed to load library ''ldap'' for feature '...
2013 Jan 03
2
Configuration is not applied notice: Finished catalog run in 0.01 seconds
...og run finish nothing is applied. The strange
thing is that I recently installed the same OS on the same machine and
didn''t get any problem. I tried various debug options but searching the
output didn''t help.
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl
does not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not
exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Failed to load library ''rubygems'' for featur...
2012 Jul 04
8
on puppet master server , puppet agent can't connect to itself
...ug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not
exist
debug: Failed to load library ''ldap'' for feature ''ldap''
debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl
does not exist
debug: /File[/etc/puppet/ssl/certificate_requests]: Autorequiring
File[/etc/puppet/ssl]
debug: /File[/etc/puppet/ssl/certs/ca.pem]: Autorequiring
File[/etc/puppet/ssl/certs]
debug: /File[/var/lib/puppet/state/graphs]: Autorequiring
File[/var/lib/puppet/state]
debug: /File[/etc/pu...