1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] samba reload does not reread /etc/group
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20samba%20reload%20does%20not%20reread%20/etc/group&In-Reply-To=%3C50CA7FB1.7020700%40LinuxCabal.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="020794.html">
<LINK REL="Next" HREF="020793.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] samba reload does not reread /etc/group</H1>
<B>Richard Couture</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20samba%20reload%20does%20not%20reread%20/etc/group&In-Reply-To=%3C50CA7FB1.7020700%40LinuxCabal.org%3E"
TITLE="[Mageia-dev] samba reload does not reread /etc/group">rrc at LinuxCabal.org
</A><BR>
<I>Fri Dec 14 02:24:01 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="020794.html">[Mageia-dev] systemctl closelog httpd.service not working
</A></li>
<LI>Next message: <A HREF="020793.html">[Mageia-dev] samba reload does not reread /etc/group
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20787">[ date ]</a>
<a href="thread.html#20787">[ thread ]</a>
<a href="subject.html#20787">[ subject ]</a>
<a href="author.html#20787">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>While teaching a class in admin of GNU & Linux I noted that
systemctl reload smbd.service does NOT reread the /etc/group file.
When adding a new user to a group which in smb.conf grants them access
to a share, it was necessary to restart the service in order to grant
the new group members access.
It seems odd that samba is caching /etc/group and if so, odder that it
can't reread it during a reload...
Richard
--
LinuxCabal Asociación Civil
Ing. Richard Couture
Novell CNE, ECNE, MCNE
HP/Compaq ASE
Tel.: (+52) (333) 145-2638
Cel.: (+52) (044) 333 377-7505
Cel.: (+52) (044) 333 377-7506
Web: <A HREF="http://www.LinuxCabal.org">http://www.LinuxCabal.org</A>
E-Mail: <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">rrc at linuxcabal.org</A>
Hosted en la nube Cloud Sigma - www.CloudSigma.com
AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su
caso, los archivos adjuntos al mismo, pueden contener información de
carácter confidencial y/o privilegiada, y se envían a la atención única
y exclusivamente de la persona y/o entidad a quien va dirigido. La
copia, revisión, uso, revelación y/o distribución de dicha información
confidencial sin la autorización por escrito de LinuxCabal está
prohibida. Si usted no es el destinatario a quien se dirige el presente
correo, favor de contactar al remitente respondiendo al presente correo
y eliminar el correo original incluyendo sus archivos, así como
cualesquiera copia del mismo. Mediante la recepción del presente correo
usted reconoce y acepta que en caso de incumplimiento de su parte y/o de
sus representantes a los términos antes mencionados, LinuxCabal tendrá
derecho a los daños y perjuicios que esto le cause.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="020794.html">[Mageia-dev] systemctl closelog httpd.service not working
</A></li>
<LI>Next message: <A HREF="020793.html">[Mageia-dev] samba reload does not reread /etc/group
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20787">[ date ]</a>
<a href="thread.html#20787">[ thread ]</a>
<a href="subject.html#20787">[ subject ]</a>
<a href="author.html#20787">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|