Fausto Disla
2016-May-06 03:30 UTC
[Samba] Error al ejecutar /usr/local/samba/bin/smbclient -L localhost -U%
Hola, Tod at s, Estoy tratando de instalar un DC con samba 4 y luego de crear el dominio cuando ejecuto este comando para probar si esta funcionando me da error. He compilado y todo esta bien, pero por alguna relazon no veo el proceso de samba corriendo. Lo estoy haciendo en una instalacion limpia, siguiendo este manual pero en este paso me da error. https://www.google.com.do/url?sa=t&source=web&rct=j&url=http://informatica.gonzalonazareno.org/proyectos/2013-14/jmrb.pdf&ved=0ahUKEwjJzoyEwMTMAhVM5iYKHevvCL8QFgglMAM&usg=AFQjCNENqOvF1YsJoOEsDL0HWSLjXUhoTA&sig2=m9PlIIbExflA1K86Sq9KpA Alguien me puede ayudar por favor. Gracias anticipadas. /usr/local/samba/bin/smbclient -L localhost -U% Despues de esto el sercicio no deberia estar corriendo? Estoy haciendo algo malo? Gracias un saludo desde Dominicana.
Rowland penny
2016-May-06 07:18 UTC
[Samba] Error al ejecutar /usr/local/samba/bin/smbclient -L localhost -U%
On 06/05/16 04:30, Fausto Disla wrote:> Hola, > > Tod at s, > > Estoy tratando de instalar un DC con samba 4 y luego de crear el dominio > cuando ejecuto este comando para probar si esta funcionando me da error. > > He compilado y todo esta bien, pero por alguna relazon no veo el proceso de > samba corriendo. > > Lo estoy haciendo en una instalacion limpia, siguiendo este manual pero en > este paso me da error. > > https://www.google.com.do/url?sa=t&source=web&rct=j&url=http://informatica.gonzalonazareno.org/proyectos/2013-14/jmrb.pdf&ved=0ahUKEwjJzoyEwMTMAhVM5iYKHevvCL8QFgglMAM&usg=AFQjCNENqOvF1YsJoOEsDL0HWSLjXUhoTA&sig2=m9PlIIbExflA1K86Sq9KpA > > Alguien me puede ayudar por favor. > > Gracias anticipadas. > > /usr/local/samba/bin/smbclient -L localhost -U% > > Despues de esto el sercicio no deberia estar corriendo? > > Estoy haciendo algo malo? > > Gracias un saludo desde Dominicana.Hello, this an English mailing list, I only understand parts of the above and the pdf you link to, is also in Spanish. one thing I could understand from the pdf, it uses '.local', this is not recommended. Try reading the Samba wiki: https://wiki.samba.org/index.php/Main_Page Rowland
Carlos A. P. Cunha
2016-May-06 14:56 UTC
[Samba] Error al ejecutar /usr/local/samba/bin/smbclient -L localhost -U%
I had the same error, but I believe that is why the way that if it passed the User "root" which is not in AD, so try / Usr / local / samba / bin / smbclient -L localhost -UAdministrator To min thus occurred success. hug Em 06-05-2016 00:30, Fausto Disla escreveu:> Hola, > > Tod at s, > > Estoy tratando de instalar un DC con samba 4 y luego de crear el dominio > cuando ejecuto este comando para probar si esta funcionando me da error. > > He compilado y todo esta bien, pero por alguna relazon no veo el proceso de > samba corriendo. > > Lo estoy haciendo en una instalacion limpia, siguiendo este manual pero en > este paso me da error. > > https://www.google.com.do/url?sa=t&source=web&rct=j&url=http://informatica.gonzalonazareno.org/proyectos/2013-14/jmrb.pdf&ved=0ahUKEwjJzoyEwMTMAhVM5iYKHevvCL8QFgglMAM&usg=AFQjCNENqOvF1YsJoOEsDL0HWSLjXUhoTA&sig2=m9PlIIbExflA1K86Sq9KpA > > Alguien me puede ayudar por favor. > > Gracias anticipadas. > > /usr/local/samba/bin/smbclient -L localhost -U% > > Despues de esto el sercicio no deberia estar corriendo? > > Estoy haciendo algo malo? > > Gracias un saludo desde Dominicana.
mathias dufresne
2016-May-06 16:03 UTC
[Samba] Error al ejecutar /usr/local/samba/bin/smbclient -L localhost -U%
You're right, Samba as member of an AD domain or Samba as AD DC are relying on AD database to get its list of users. root user is not into AD database, you can't use it to authenticate yourself against AD. Note that you should be able to create a root user into AD database and then you would be able to log with root against AD but I don't think this is a good idea... 2016-05-06 16:56 GMT+02:00 Carlos A. P. Cunha <carlos.hollow at gmail.com>:> I had the same error, but I believe that is why the way that if it passed > the User "root" which is not in AD, so try > > / Usr / local / samba / bin / smbclient -L localhost -UAdministrator > > To min thus occurred success. > > hug > > > > Em 06-05-2016 00:30, Fausto Disla escreveu: > >> Hola, >> >> Tod at s, >> >> Estoy tratando de instalar un DC con samba 4 y luego de crear el dominio >> cuando ejecuto este comando para probar si esta funcionando me da error. >> >> He compilado y todo esta bien, pero por alguna relazon no veo el proceso >> de >> samba corriendo. >> >> Lo estoy haciendo en una instalacion limpia, siguiendo este manual pero en >> este paso me da error. >> >> >> https://www.google.com.do/url?sa=t&source=web&rct=j&url=http://informatica.gonzalonazareno.org/proyectos/2013-14/jmrb.pdf&ved=0ahUKEwjJzoyEwMTMAhVM5iYKHevvCL8QFgglMAM&usg=AFQjCNENqOvF1YsJoOEsDL0HWSLjXUhoTA&sig2=m9PlIIbExflA1K86Sq9KpA >> >> Alguien me puede ayudar por favor. >> >> Gracias anticipadas. >> >> /usr/local/samba/bin/smbclient -L localhost -U% >> >> Despues de esto el sercicio no deberia estar corriendo? >> >> Estoy haciendo algo malo? >> >> Gracias un saludo desde Dominicana. >> > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >