Hi, I have Samba 4.3 working to PDC, i need update attribute (description, title, company, telephone, etc) from console but i can’t. ¿is possible? ¿how to do it?. I try edit with “pdbedit” command but only change the description no other attribute is possible (description, title, company, telephone, etc) . Regards. Miguel.
ldbedit, ldbmodify, ldapmodify are tools to modify LDAP content. ldap* are usign LDAP protocol when ldb* are Samba internal tools. 2016-06-08 15:55 GMT+02:00 Miguel Coa Morales <mcoa at itlinux.cl>:> Hi, > I have Samba 4.3 working to PDC, i need update attribute (description, > title, company, telephone, etc) from console but i can’t. ¿is possible? > ¿how to do it?. I try edit with “pdbedit” command but only change the > description no other attribute is possible (description, title, company, > telephone, etc) . > > Regards. > Miguel. > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
On 08/06/16 14:55, Miguel Coa Morales wrote:> Hi, > I have Samba 4.3 working to PDC, i need update attribute (description, title, company, telephone, etc) from console but i can’t. ¿is possible? ¿how to do it?. I try edit with “pdbedit” command but only change the description no other attribute is possible (description, title, company, telephone, etc) . > > Regards. > Miguel.Hello, When you say 'PDC', do you mean an NT4-style PDC, or do you mean an Active Directory DC ? If you mean the first and you are using LDAP, you can use ldapmodify, if it is a DC, then you can use ldapmodify or ldbmodify. Whatever it is, if you use l***modify, you will have to create an ldif and use this with your l***modify command. Rowland