Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Dove è finito /etc/init.d/winbind ?!?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Dr.Dran
l33t
l33t


Joined: 08 Oct 2004
Posts: 766
Location: Imola - Italy

PostPosted: Sun Oct 31, 2004 10:06 am    Post subject: [RISOLTO] Dove è finito /etc/init.d/winbind ?!? Reply with quote

Ciao a tutti,
ho un piccolo problema concettuale.... dunque debbo creare un server proxy con squid dentro una rete con dominio Windows NT Active Directory, quindi è fondamentale far riconoscere a squid gli utenti del dominio...
Dunque ho installato kerberos 5, ho installato openldap, e infine samba....
però volevo fare delle prove... l'unico problema dopo che ho configurato tutto seguendo i vari howto in giro... non trovo in init.d lo script per lanciare winbind... la cosa non mi darebbe problemi, visto che potrei lanciarolo a mano al boot... però mi chiedo, non è che con questa nuova versione il demone winbindd venga laciato quando si fa un login tramite PAM (ovviamente ho modificato pure la configurazione PAM e NSS)... insomma ho un discreto caos... sugli howto su samba.org non mi dice più di tanto...

Ogni consiglio e aiuto è mooooolto ben accetto! :wink:

Grazie in anticipo a tutti voi! :D


Last edited by Dr.Dran on Sun Oct 31, 2004 1:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
Dhaki
Guru
Guru


Joined: 16 Jun 2004
Posts: 325
Location: Ticino - CH

PostPosted: Sun Oct 31, 2004 11:02 am    Post subject: Reply with quote

Allora, adesso non mi ricordo quale verione ho usato io di samba, ma il file in init.d di winbind me lo sono creato a manina.
Code:

#!/sbin/runscript
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/numlock,v 1.10 2004/04/21 17:09:18 vapier Exp $

depend() {
        need net
}

start() {
        ebegin "Starting Winbind"
        /usr/sbin/winbindd
        eend $? "Failed to start Winbind"
}

stop() {
        ebegin "Stopping Winbind"
        /usr/bin/killall winbindd
        eend $? "Failed to stop Winbind"
}

Senza questo script infatti winbind non veniva avviato e io non riuscivo a fare login da rete.
Back to top
View user's profile Send private message
Dr.Dran
l33t
l33t


Joined: 08 Oct 2004
Posts: 766
Location: Imola - Italy

PostPosted: Sun Oct 31, 2004 1:52 pm    Post subject: Reply with quote

Grazie mille, ma ho trovato la soluzione all'enigma, basta frugare in etc/conf.d/samba

Nel file di configurazione è specificato di inserire winbind come servizio che si vuole caricare dopo smbd e nmbd

Sorry, scusate effettivamente dovevo guardare meglio il tutto... :oops:

Comunque grazie mille anche a te Dhaki è sempre un piacere chiedere supporto in questo Forum, c'è tanta gente che è disponibile ad aiutare, sono veramente contento, grazie veramente di cuore :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum