Displaying 2 results from an estimated 2 matches for "nfshomedirectory".
2012 Aug 07
3
SMB+LDAP
...person inetOrgPerson csuxMain eduPerson
dsAttrTypeNative:sambaSID: S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX
dsAttrTypeNative:sn: Sixpack
dsAttrTypeNative:csuxPersonGuID: G000242316
AppleMetaNodeLocation: /LDAPv3/ldap-99.soe.csux.edu
AppleMetaRecordName: uid=dsixpack,ou=People,dc=crm,dc=csux,dc=edu
NFSHomeDirectory: /Users/dsixpack
Password: ********
PrimaryGroupID: 100002
RealName:
David Sixpack
RecordName: dsixpack
RecordType: dsRecTypeStandard:Users
UniqueID: 9239
UserShell: /bin/bash
2) Regarding the "sudo smbpasswd -w secret" step, does this smb user
need to exist in our LDAP or that local to...
2014 Jun 06
0
[Bug 10649] New: --acls does not honor --numeric-ids on OS X
...ser 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_test
# create a test group that will be deleted
dseditgroup -o create _bb_test_group
mkdir /tmp/rsync_acl_test
cd /tmp/rsync_acl_test
touch acl-test-2
chmod +a "_bb_test allow read" acl-test-2
chmod +a "_bb_test_group allow read" acl-test-2
mkdir acl-test-dir-2
ch...