W2008r2 sp1 bir domain ortamında mı ? Windows'tan Linux samba makinesine erişmek için benzer user/group ların her iki ortamda da oluşturulması gerekiyor. User/Group samba tarafında oluşturup Windows tarafında oluşturmazsanız erişim hatası alırısınız. Ayrıca bunu audit.log ve message log dosyalarınada yazar.
From: [email protected] [mailto:[email protected]] On Behalf Of Gokan Atmaca Sent: Sunday, August 19, 2012 12:28 PM To: [email protected] Subject: [Linux] Re: Linux Toplu Mesajı, Sayı 95, Konu 19 Windows ortami derken ? PDC kullanmiyorum. Unix user olacak bunlar... Tsk. 19 Ağu 2012 12:00 tarihinde <[email protected]> yazdı: Linux listesi mesajlarını şu adrese gönderin: [email protected] World Wide Web ile üye olmak veya üyelikten çıkmak için şu sayfayı ziyaret edin: https://liste.linux.org.tr/mailman/listinfo/linux veya e-posta yoluyla konusunda veya gövdesinde 'help' yazan bir mesajı şu adrese gönderin: [email protected] Bu listeyi yöneten kişiye şu adresten ulaşabilirsiniz: [email protected] Yanıt yazarken, lütfen Konu satırını düzenleyerek şu tür bir şekilden daha belirli olmasını sağlayın: "Ynt: Linux toplu mesajının içeriği..." Günün Konuları: 1. Re: Linux Toplu Mesajı, Sayı 95, Konu 15 (Hasan Akgöz) ---------------------------------------------------------------------- Message: 1 Date: Sat, 18 Aug 2012 23:47:46 +0300 From: Hasan Akgöz <[email protected]> Subject: [Linux] Re: Linux Toplu Mesajı, Sayı 95, Konu 15 To: "'Linux'" <[email protected]> Message-ID: <022701cd7d82$bb2c8550$31858ff0$@ru> Content-Type: text/plain; charset="iso-8859-9" Merhaba samba tarafında oluşturduğunuz user ver group 'ları Windows tarafında oluşturdunuz mu ? Ayrıca Windows'unuz domain ortamında mı ? From: [email protected] [mailto:[email protected]] On Behalf Of Gokan Atmaca Sent: Thursday, August 16, 2012 3:48 PM To: [email protected] Subject: [Linux] Re: Linux Toplu Mesajı, Sayı 95, Konu 15 Merhaba W2008r2 sp1 dediginiz gibi yaptım. Samba daha sonra restart etitm. Ancak yine olmadı. Samab W. ile erisimlerde sıkıntı olmuyor. Sifre isteme ekrani geliyor fakat erisemiyorum. Bana bu klosore erisimiz yok diyor. Klasor hakları ise root:canavarlar dir. On Thu, Aug 16, 2012 at 12:00 PM, <[email protected]> wrote: Linux listesi mesajlarını şu adrese gönderin: [email protected] World Wide Web ile üye olmak veya üyelikten çıkmak için şu sayfayı ziyaret edin: https://liste.linux.org.tr/mailman/listinfo/linux veya e-posta yoluyla konusunda veya gövdesinde 'help' yazan bir mesajı şu adrese gönderin: [email protected] Bu listeyi yöneten kişiye şu adresten ulaşabilirsiniz: [email protected] Yanıt yazarken, lütfen Konu satırını düzenleyerek şu tür bir şekilden daha belirli olmasını sağlayın: "Ynt: Linux toplu mesajının içeriği..." Günün Konuları: 1. Re: Samba (Mucibirahman İLBUĞA) 2. Samba (Gokan Atmaca) 3. Re: Samba (Ahmet ŞENGÜL) ---------------------------------------------------------------------- Message: 1 Date: Wed, 15 Aug 2012 12:15:04 +0300 From: Mucibirahman İLBUĞA <[email protected]> Subject: [Linux] Re: Samba To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-9; format=flowed 15-08-2012 11:43 tarihinde, Gokan Atmaca yazdı: > Samba asagidaki gibi bir config kullanıyorum. Lakin Windows client bir > türlü sifreyi kabul ettirip baglatamadım. Yaptıkalrım ise sirasi ile > soyle ; Merhablar, Paylaşım altına bir de aşağıdaki eklentileri koyar mısınız? Ayrıca windows sürümü nedir? Güvenlik duvarı açık mı? valid users = @canavarlar read list = @canavarlar write list = @canavarlar -- Kolay gelsin, Mucip:) ------------------------------ Message: 2 Date: Wed, 15 Aug 2012 16:34:24 +0300 From: Gokan Atmaca <[email protected]> Subject: [Linux] Samba To: [email protected] Message-ID: <CAHg8tEDu_qGNpTy9YJbO3=7289pezys2q2p7emfqqc5unzv...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-9" Merhaba Samba asagidaki gibi bir config kullanıyorum. Lakin Windows client bir türlü sifreyi kabul ettirip baglatamadım. Yaptıkalrım ise sirasi ile soyle ; groupadd canavarlar useradd test -m -G canavarlar passwd test smbpasswd -a test mkdir Ortak chown root:canavarlar Ortak nano /etc/samba/smb.conf [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = WORKGROUP # server string is the equivalent of the NT Description field server string = %h server (Samba, Ubuntu) #### Debugging/Accounting #### # This tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m # Cap the size of the individual log files (in KiB). max log size = 1000 # If you want Samba to only log through syslog then set the following # parameter to 'yes'. # syslog only = no # We want Samba to log a minimum amount of information to syslog. Everything # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log # through syslog you should set the following parameter to something higher. syslog = 0 # Do something sensible when Samba crashes: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ####### Authentication ####### # "security = user" is always a good idea. This will require a Unix account # in this server for every user accessing the server. See # /usr/share/doc/samba-doc/ htmldocs/Samba3-HOWTO/ServerType.html # in the samba-doc package for details. security = user # You may wish to use password encryption. See the section on # 'encrypt passwords' in the smb.conf(5) manpage before enabling. encrypt passwords = true # If you are using encrypted passwords, Samba will need to know what # password database type you are using. passdb backend = tdbsam obey pam restrictions = yes # This boolean parameter controls whether Samba attempts to sync the Unix # password with the SMB password when the encrypted SMB password in the # passdb is changed. # This option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user #======================= Share Definitions ======================= [deneme] comment = deneme path = /mnt/fileserver/Ortak valid users = @canavarlar force group = canavarlar create mask = 0660 directory mask = 0771 writable = yes browsable = yes Acaba hata nerede olabilir ? İstedigim tam olarak su ; dep1 - grubu ------------------ Osman,Ali,Asim /Ortak/dep1 klasoru dep2- gurbu ----------------- Veli,Veysel,Yesugey /Ortak/dep2 klasoru -------------- sonraki bölüm -------------- Bir HTML eklentisi temizlendi... URL: http://liste.linux.org.tr/pipermail/linux/attachments/20120815/5cb94d8b/atta <http://liste.linux.org.tr/pipermail/linux/attachments/20120815/5cb94d8b/att achment-0001.html> chment-0001.html ------------------------------ Message: 3 Date: Wed, 15 Aug 2012 17:45:10 +0300 From: Ahmet ŞENGÜL <[email protected]> Subject: [Linux] Re: Samba To: 'Linux' <[email protected]> Message-ID: <008b01cd7af4$935236a0$b9f6a3e0$@[email protected]> Content-Type: text/plain; charset="iso-8859-9" Burda benzer anlatım yapılmış bilginize (http://jamyy.dyndns.org/blog/2012/07/3934.html) From: [email protected] [mailto:[email protected]] On Behalf Of Gokan Atmaca Sent: Wednesday, August 15, 2012 4:34 PM To: [email protected] Subject: [Linux] Samba Merhaba Samba asagidaki gibi bir config kullanıyorum. Lakin Windows client bir türlü sifreyi kabul ettirip baglatamadım. Yaptıkalrım ise sirasi ile soyle ; groupadd canavarlar useradd test -m -G canavarlar passwd test smbpasswd -a test mkdir Ortak chown root:canavarlar Ortak nano /etc/samba/smb.conf [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = WORKGROUP # server string is the equivalent of the NT Description field server string = %h server (Samba, Ubuntu) #### Debugging/Accounting #### # This tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m # Cap the size of the individual log files (in KiB). max log size = 1000 # If you want Samba to only log through syslog then set the following # parameter to 'yes'. # syslog only = no # We want Samba to log a minimum amount of information to syslog. Everything # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log # through syslog you should set the following parameter to something higher. syslog = 0 # Do something sensible when Samba crashes: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ####### Authentication ####### # "security = user" is always a good idea. This will require a Unix account # in this server for every user accessing the server. See # /usr/share/doc/samba-doc/ htmldocs/Samba3-HOWTO/ServerType.html # in the samba-doc package for details. security = user # You may wish to use password encryption. See the section on # 'encrypt passwords' in the smb.conf(5) manpage before enabling. encrypt passwords = true # If you are using encrypted passwords, Samba will need to know what # password database type you are using. passdb backend = tdbsam obey pam restrictions = yes # This boolean parameter controls whether Samba attempts to sync the Unix # password with the SMB password when the encrypted SMB password in the # passdb is changed. # This option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user #======================= Share Definitions ======================= [deneme] comment = deneme path = /mnt/fileserver/Ortak valid users = @canavarlar force group = canavarlar create mask = 0660 directory mask = 0771 writable = yes browsable = yes Acaba hata nerede olabilir ? İstedigim tam olarak su ; dep1 - grubu ------------------ Osman,Ali,Asim /Ortak/dep1 klasoru dep2- gurbu ----------------- Veli,Veysel,Yesugey /Ortak/dep2 klasoru -------------- sonraki bölüm -------------- Bir HTML eklentisi temizlendi... URL: http://liste.linux.org.tr/pipermail/linux/attachments/20120815/fd2cb03d/atta <http://liste.linux.org.tr/pipermail/linux/attachments/20120815/fd2cb03d/att achment-0001.html> chment-0001.html ------------------------------ _______________________________________________ Linux mailing list [email protected] https://liste.linux.org.tr/mailman/listinfo/linux Liste kurallari: http://liste.linux.org.tr/kurallar.php Son: Linux Toplu Mesajı, Sayı 95, Konu 15 ***************************************** -- Gokhan Atmaca | MCP | MCTS | Linux System Administrator | System&Network Specialist -------------- sonraki bölüm -------------- Bir HTML eklentisi temizlendi... URL: http://liste.linux.org.tr/pipermail/linux/attachments/20120818/f1ceef53/atta chment-0001.html ------------------------------ _______________________________________________ Linux mailing list [email protected] https://liste.linux.org.tr/mailman/listinfo/linux Liste kurallari: http://liste.linux.org.tr/kurallar.php Son: Linux Toplu Mesajı, Sayı 95, Konu 19 *****************************************
_______________________________________________ Linux E-Posta Listesi [email protected] Liste kurallari: http://liste.linux.org.tr/kurallar.php Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 dakika içinde üyeliğinizi sonlandırabilirsiniz. https://liste.linux.org.tr/mailman/listinfo/linux
