Displaying 2 results from an estimated 2 matches for "uppercase_computername".
2014 Dec 04
1
machine accounts
...want it pre added to my samba
> so user can auto join domain like it is posible on windows server side.
> I have openchange and sogo working just fine except for annoying an
> error occurred when caching value for key
OK, to precreate a computer in samba4 AD, create an ldif:
dn: CN=<uppercase_computername>,CN=Computers,DC=example,DC=com
changetype: add
objectClass: computer
cn: <uppercase_computername>
distinguishedName:
CN=<uppercase_computername>,CN=Computers,DC=example,DC=com
objectCategory: CN=Computer,CN=Schema,CN=Configuration,DC=example,DC=com
instanceType: 4
displayName: <...
2014 Dec 04
2
machine accounts
On 04/12/14 16:44, Gaiseric Vandal wrote:
> Do you mean you want to have a Linux machine running Samba as a
> standalone server?
>
> If the machine is not part of the domain, you should not need a local
> machine account. However you will need to define local user samba
> accounts which will need to correspond to a local unix account.
>
> On 12/04/14 11:35, jacek