помогите авторизироватся в samba домене доменным пользователем.

Обсуждение настройки и работы сервисов, резервирования, сетевых настроек и вопросов безопасности ОС для молодых и начинающих системных администраторов.

Модераторы: SLEDopit, Модераторы разделов

nemo1966
Сообщения: 75

помогите авторизироватся в samba домене доменным пользователем.

Сообщение nemo1966 »

Имеется PDC на debian samba без ldap. Клиенты winxp входят в домен и потом авторизируются под доменными учетками. Задача включить в домен клиента ubuntu 9.10.

на клиент установлена samba и winbind. настраивался клиент по

http://www.lintest.ru/wiki/Samba_%28Ubuntu%29

в части настройки клиента

Код:

samba [global] workgroup = MYDOMAIN netbios name = TESTCOMP wins server = pdc password server = pdc idmap uid = 10000-20000 idmap gid = 10000-20000 template shell = /bin/bash template homedir = /home/%D/%U security = domain в nsswitch.conf изменены только passwd: compat winbind group: compat winbind /usr/share/pam-configs/winbind Name: Winbind authentication Default: yes Priority: 100 Auth-Type: Primary Auth: [success=end default=ignore] pam_winbind.so try_first_pass Auth-Initial: [success=end default=ignore] pam_winbind.so Account-Type: Primary Account: [success=end default=ignore] pam_winbind.so Session-Type: Additional Session: required pam_mkhomedir.so umask=0022 skel=/etc/skel


запущен pam-auth-update

установлена unix авторизация
pam авторизация
samba синхронизация паролей
gnome чего то там
и чего то там консоль. (по сути включено все)
в итоге машина вошла в домен
вижу доменных пользователей в формате
DOMEN\domen_user
по wbinfo -u
и доменные группы в том же формате
-t утверждает что ключ получен.
но войти под доменным пользователем в систему не удается. Под локальным пользователем в систему войти можно.
аналогичного доменному пользователю локального пользователя нет.
Куда копать?
Спасибо сказали:
Flaming
Сообщения: 2579

Re: помогите авторизироватся в samba домене доменным пользователем.

Сообщение Flaming »

Хотелось бы увидеть, что пишется в /var/log/messages во время попытки логина.
И увидеть, что в /etc/pam.d/system-auth (файл может отличаться, но каталог именно такой)
Спасибо сказали:
nemo1966
Сообщения: 75

Re: помогите авторизироватся в samba домене доменным пользователем.

Сообщение nemo1966 »

message пуст при локальном и доменном логине.

Код:

common-auth # # /etc/pam.d/common-auth - authentication settings common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of the authentication modules that define # the central authentication scheme for use on the system # (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the # traditional Unix authentication mechanisms. # # As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See # pam-auth-update(8) for details. # here are the per-package modules (the "Primary" block) auth [success=2 default=ignore] pam_unix.so nullok_secure auth [success=1 default=ignore] pam_winbind.so try_first_pass # here's the fallback if no module succeeds auth requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around auth required pam_permit.so # and here are more per-package modules (the "Additional" block) auth optional pam_smbpass.so migrate # end of pam-auth-update config common-account # # /etc/pam.d/common-account - authorization settings common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of the authorization modules that define # the central access policy for use on the system. The default is to # only deny service to users whose accounts are expired in /etc/shadow. # # As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See # pam-auth-update(8) for details. # # here are the per-package modules (the "Primary" block) account [success=2 new_authtok_reqd=done default=ignore] pam_unix.so account [success=1 default=ignore] pam_winbind.so # here's the fallback if no module succeeds account requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around account required pam_permit.so # and here are more per-package modules (the "Additional" block) # end of pam-auth-update config getent passwd getent group показывают только локальных..... в auth.log странность домен зоветься REMONT-XXXXXX однако Nov 30 16:40:14 ub910rs gdm-session-worker[1280]: pam_unix(gdm:auth): check pass; user unknown Nov 30 16:40:14 ub910rs gdm-session-worker[1280]: pam_unix(gdm:auth): authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= Nov 30 16:40:14 ub910rs gdm-session-worker[1280]: pam_winbind(gdm:auth): getting password (0x00000008) Nov 30 16:40:14 ub910rs gdm-session-worker[1280]: pam_winbind(gdm:auth): pam_get_item returned a password Nov 30 16:40:14 ub910rs gdm-session-worker[1280]: pam_winbind(gdm:auth): user 'REMONT-XXXXXX\d_xxxxxx' granted access Nov 30 16:40:14 ub910rs gdm-session-worker[1280]: gkr-pam: error looking up user information Nov 30 16:40:14 ub910rs gdm-session-worker[1280]: pam_unix(gdm:account): could not identify user (from getpwnam(REMONT\d_xxxxxx)) Nov 30 16:40:30 ub910rs gdm-session-worker[1411]: pam_unix(gdm:auth): check pass; user unknown
Спасибо сказали:
Flaming
Сообщения: 2579

Re: помогите авторизироватся в samba домене доменным пользователем.

Сообщение Flaming »

nemo1966, а dmesg что пишет?
Версия samba какая?
Спасибо сказали:
nemo1966
Сообщения: 75

Re: помогите авторизироватся в samba домене доменным пользователем.

Сообщение nemo1966 »

Flaming писал(а):
01.12.2009 00:24
nemo1966, а dmesg что пишет?
Версия samba какая?

3.25

Код:

[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.31-15-generic (buildd@rothera) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #50-Ubuntu SMP Tue Nov 10 14:54:29 UTC 2009 (Ubuntu 2.6.31-15.50-generic) [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] NSC Geode by NSC [ 0.000000] Cyrix CyrixInstead [ 0.000000] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000017ff0000 (usable) [ 0.000000] BIOS-e820: 0000000017ff0000 - 0000000018000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] DMI 2.5 present. [ 0.000000] last_pfn = 0x17ff0 max_arch_pfn = 0x100000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR variable ranges disabled: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] CPU MTRRs all blank - virtualized system. [ 0.000000] e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved) [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000002000 (usable) [ 0.000000] modified: 0000000000002000 - 0000000000006000 (reserved) [ 0.000000] modified: 0000000000006000 - 000000000009fc00 (usable) [ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 0000000017ff0000 (usable) [ 0.000000] modified: 0000000017ff0000 - 0000000018000000 (ACPI data) [ 0.000000] modified: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] initial memory mapped : 0 - 00c00000 [ 0.000000] init_memory_mapping: 0000000000000000-0000000017ff0000 [ 0.000000] Using x86 segment limits to approximate NX protection [ 0.000000] 0000000000 - 0000400000 page 4k [ 0.000000] 0000400000 - 0017c00000 page 2M [ 0.000000] 0017c00000 - 0017ff0000 page 4k [ 0.000000] kernel direct mapping tables up to 17ff0000 @ 7000-c000 [ 0.000000] RAMDISK: 118ea000 - 12033463 [ 0.000000] ACPI: RSDP 000e0000 00024 (v02 VBOX ) [ 0.000000] ACPI: XSDT 17ff0030 0002C (v01 VBOX VBOXXSDT 00000001 ASL 00000061) [ 0.000000] ACPI: FACP 17ff00e0 000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.000000] ACPI: DSDT 17ff0220 01A0C (v01 VBOX VBOXBIOS 00000002 INTL 20050309) [ 0.000000] ACPI: FACS 17ff01e0 00040 [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 383MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 17ff0000 [ 0.000000] low ram: 0 - 17ff0000 [ 0.000000] node 0 low ram: 00000000 - 17ff0000 [ 0.000000] node 0 bootmap 00008000 - 0000b000 [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 0017ff0000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] [ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] [ 0.000000] #3 [0000100000 - 00008a80a0] TEXT DATA BSS ==> [0000100000 - 00008a80a0] [ 0.000000] #4 [00118ea000 - 0012033463] RAMDISK ==> [00118ea000 - 0012033463] [ 0.000000] #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000] [ 0.000000] #6 [00008a9000 - 00008ac071] BRK ==> [00008a9000 - 00008ac071] [ 0.000000] #7 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000] [ 0.000000] #8 [0000008000 - 000000b000] BOOTMAP ==> [0000008000 - 000000b000] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000000 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x00017ff0 [ 0.000000] HighMem 0x00017ff0 -> 0x00017ff0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[3] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00000002 [ 0.000000] 0: 0x00000006 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x00017ff0 [ 0.000000] On node 0 totalpages: 98187 [ 0.000000] free_area_init_node: node 0, pgdat c0784940, node_mem_map c1000000 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3963 pages, LIFO batch:0 [ 0.000000] Normal zone: 736 pages used for memmap [ 0.000000] Normal zone: 93456 pages, LIFO batch:31 [ 0.000000] Using APIC driver default [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] Found and enabled local APIC! [ 0.000000] nr_irqs_gsi: 16 [ 0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 18000000 (gap: 18000000:e7fc0000) [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 14 pages at c1302000, static data 35612 bytes [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 97419 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-15-generic root=UUID=9f6fa0b7-b570-4c9f-af29-a13c67c8100d ro quiet splash [ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] allocated 1965760 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Initializing HighMem for node 0 (00000000:00000000) [ 0.000000] Memory: 371732k/393152k available (4566k kernel code, 20808k reserved, 2142k data, 540k init, 0k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfff1d000 - 0xfffff000 ( 904 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xd87f0000 - 0xff7fe000 ( 624 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd7ff0000 ( 383 MB) [ 0.000000] .init : 0xc078e000 - 0xc0815000 ( 540 kB) [ 0.000000] .data : 0xc0575b44 - 0xc078d3c8 (2142 kB) [ 0.000000] .text : 0xc0100000 - 0xc0575b44 (4566 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:2304 nr_irqs:256 [ 0.000000] Fast TSC calibration failed [ 0.000000] TSC: Unable to calibrate against PIT [ 0.000000] TSC: using PMTIMER reference calibration [ 0.000000] Detected 2612.009 MHz processor. [ 0.004000] Console: colour VGA+ 80x25 [ 0.004000] console [tty0] enabled [ 0.004018] Calibrating delay loop (skipped), value calculated using timer frequency.. 5224.01 BogoMIPS (lpj=10448036) [ 0.004039] Security Framework initialized [ 0.004065] AppArmor: AppArmor initialized [ 0.004078] Mount-cache hash table entries: 512 [ 0.005825] Initializing cgroup subsys ns [ 0.005834] Initializing cgroup subsys cpuacct [ 0.005839] Initializing cgroup subsys memory [ 0.005848] Initializing cgroup subsys freezer [ 0.005852] Initializing cgroup subsys net_cls [ 0.005915] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.005921] CPU: L2 Cache: 512K (64 bytes/line) [ 0.005931] mce: CPU supports 0 MCE banks [ 0.005982] using C1E aware idle routine [ 0.005991] Performance Counters: AMD PMU driver. [ 0.006015] ... version: 0 [ 0.006019] ... bit width: 48 [ 0.006022] ... generic counters: 4 [ 0.006026] ... value mask: 0000ffffffffffff [ 0.006030] ... max period: 00007fffffffffff [ 0.006033] ... fixed-purpose counters: 0 [ 0.006037] ... counter mask: 000000000000000f [ 0.006054] Checking 'hlt' instruction... OK. [ 0.024011] SMP alternatives: switching to UP code [ 0.250323] Freeing SMP alternatives: 19k freed [ 0.251081] ACPI: Core revision 20090521 [ 0.251970] ACPI: setting ELCR to 0200 (from 0e20) [ 0.253942] weird, boot CPU (#0) not listed by the BIOS. [ 0.253989] SMP motherboard not detected. [ 0.256001] SMP disabled [ 0.256001] Brought up 1 CPUs [ 0.256001] Total of 1 processors activated (5224.01 BogoMIPS). [ 0.256001] CPU0 attaching NULL sched-domain. [ 0.256001] Booting paravirtualized kernel on bare hardware [ 0.256001] regulator: core version 0.5 [ 0.256001] Time: 20:56:57 Date: 11/30/09 [ 0.256001] NET: Registered protocol family 16 [ 0.256001] EISA bus registered [ 0.256001] ACPI: bus type pci registered [ 0.256001] PCI: PCI BIOS revision 2.10 entry at 0xfc070, last bus=0 [ 0.256001] PCI: Using configuration type 1 for base access [ 0.256001] bio: create slab <bio-0> at 0 [ 0.256001] ACPI: EC: Look up EC in DSDT [ 0.258054] ACPI: Interpreter enabled [ 0.258063] ACPI: (supports S0 S5) [ 0.258077] ACPI: Using PIC for interrupt routing [ 0.259631] ACPI: No dock devices found. [ 0.259695] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.261085] pci 0000:00:01.1: reg 20 io port: [0xd000-0xd00f] [ 0.262442] pci 0000:00:02.0: reg 10 32bit mmio: [0xe0000000-0xe0ffffff] [ 0.262985] pci 0000:00:03.0: reg 10 io port: [0xd020-0xd03f] [ 0.263056] pci 0000:00:03.0: reg 14 32bit mmio: [0xf0000000-0xf0000fff] [ 0.263119] pci 0000:00:03.0: reg 18 32bit mmio: [0xf0080000-0xf00fffff] [ 0.263574] pci 0000:00:04.0: reg 10 io port: [0xd040-0xd05f] [ 0.263665] pci 0000:00:04.0: reg 14 32bit mmio: [0xf0400000-0xf07fffff] [ 0.263723] pci 0000:00:04.0: reg 18 32bit mmio: [0xf0800000-0xf0803fff] [ 0.264182] pci 0000:00:05.0: reg 10 io port: [0xd100-0xd1ff] [ 0.264238] pci 0000:00:05.0: reg 14 io port: [0xd200-0xd23f] [ 0.264687] pci 0000:00:06.0: reg 10 32bit mmio: [0xf0804000-0xf0804fff] [ 0.265760] pci 0000:00:0b.0: reg 10 32bit mmio: [0xf0805000-0xf0805fff] [ 0.266185] pci_bus 0000:00: on NUMA node 0 [ 0.266195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.268028] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *9 10 11) [ 0.268274] ACPI: PCI Interrupt Link [LNKB] (IRQs *5 9 10 11) [ 0.268366] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 10 *11) [ 0.268461] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 *10 11) [ 0.268631] SCSI subsystem initialized [ 0.268738] libata version 3.00 loaded. [ 0.268821] usbcore: registered new interface driver usbfs [ 0.268837] usbcore: registered new interface driver hub [ 0.268879] usbcore: registered new device driver usb [ 0.269008] ACPI: WMI: Mapper loaded [ 0.269012] PCI: Using ACPI for IRQ routing [ 0.269341] Bluetooth: Core ver 2.15 [ 0.269386] NET: Registered protocol family 31 [ 0.269390] Bluetooth: HCI device and connection manager initialized [ 0.269395] Bluetooth: HCI socket layer initialized [ 0.269399] NetLabel: Initializing [ 0.269402] NetLabel: domain hash size = 128 [ 0.269406] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.269419] NetLabel: unlabeled traffic allowed by default [ 0.271073] pnp: PnP ACPI init [ 0.271098] ACPI: bus type pnp registered [ 0.271806] pnp: PnP ACPI: found 6 devices [ 0.271811] ACPI: ACPI bus type pnp unregistered [ 0.271816] PnPBIOS: Disabled by ACPI PNP [ 0.306602] AppArmor: AppArmor Filesystem Enabled [ 0.306622] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 0.306627] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff] [ 0.306660] NET: Registered protocol family 2 [ 0.306736] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.306746] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306746] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306838] TCP: Hash tables configured (established 16384 bind 16384) [ 0.306843] TCP reno registered [ 0.306903] NET: Registered protocol family 1 [ 0.306953] Trying to unpack rootfs image as initramfs... [ 0.498835] Freeing initrd memory: 7461k freed [ 0.503089] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.503324] cpufreq-nforce2: No nForce2 chipset. [ 0.503340] Scanning for low memory corruption every 60 seconds [ 0.503435] audit: initializing netlink socket (disabled) [ 0.503458] type=2000 audit(1259614616.503:1): initialized [ 0.511304] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 0.512432] VFS: Disk quotas dquot_6.5.2 [ 0.512484] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.513028] fuse init (API version 7.12) [ 0.513102] msgmni has been set to 741 [ 0.513319] alg: No test for stdrng (krng) [ 0.513336] io scheduler noop registered [ 0.513340] io scheduler anticipatory registered [ 0.513344] io scheduler deadline registered [ 0.513388] io scheduler cfq registered (default) [ 0.513398] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513434] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.513454] pci 0000:00:02.0: Boot video device [ 0.513789] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.513813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513955] ACPI: AC Adapter [AC] (on-line) [ 0.514025] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514030] ACPI: Power Button [PWRF] [ 0.514108] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 0.514113] ACPI: Sleep Button [SLPF] [ 0.514997] isapnp: Scanning for PnP cards... [ 0.806240] Switched to high resolution mode on CPU 0 [ 0.892527] isapnp: No Plug & Play device found [ 0.893406] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.894451] brd: module loaded [ 0.894781] loop: module loaded [ 0.894860] input: Macintosh mouse button emulation as /devices/virtual/input/input2 [ 0.894946] ata_piix 0000:00:01.1: version 2.13 [ 0.895054] ata_piix 0000:00:01.1: setting latency timer to 64 [ 0.895193] scsi0 : ata_piix [ 0.895554] scsi1 : ata_piix [ 0.895585] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 [ 0.895589] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 [ 0.895990] Fixed MDIO Bus: probed [ 0.896095] PPP generic driver version 2.4.2 [ 0.896172] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.896562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 [ 0.896567] PCI: setting IRQ 11 as level-triggered [ 0.896577] ehci_hcd 0000:00:0b.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11 [ 0.896632] ehci_hcd 0000:00:0b.0: setting latency timer to 64 [ 0.896650] ehci_hcd 0000:00:0b.0: EHCI Host Controller [ 0.896695] ehci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1 [ 0.896954] ehci_hcd 0000:00:0b.0: irq 11, io mem 0xf0805000 [ 0.908109] ehci_hcd 0000:00:0b.0: USB 2.0 started, EHCI 1.00 [ 0.908205] usb usb1: configuration #1 chosen from 1 choice [ 0.908231] hub 1-0:1.0: USB hub found [ 0.908242] hub 1-0:1.0: 8 ports detected [ 0.908328] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.908716] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5 [ 0.908721] PCI: setting IRQ 5 as level-triggered [ 0.908731] ohci_hcd 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5 [ 0.908783] ohci_hcd 0000:00:06.0: setting latency timer to 64 [ 0.908800] ohci_hcd 0000:00:06.0: OHCI Host Controller [ 0.908838] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 2 [ 0.908980] ohci_hcd 0000:00:06.0: irq 5, io mem 0xf0804000 [ 0.964601] usb usb2: configuration #1 chosen from 1 choice [ 0.964628] hub 2-0:1.0: USB hub found [ 0.964687] hub 2-0:1.0: 8 ports detected [ 0.965032] uhci_hcd: USB Universal Host Controller Interface driver [ 0.965113] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 0.965473] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.965486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.965537] mice: PS/2 mouse device common for all mice [ 0.965712] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 0.965747] rtc0: alarms up to one day, 114 bytes nvram [ 0.965827] device-mapper: uevent: version 1.0.3 [ 0.965936] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com [ 0.966332] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.966550] device-mapper: multipath: version 1.1.0 loaded [ 0.966554] device-mapper: multipath round-robin: version 1.0.0 loaded [ 0.966683] EISA: Probing bus 0 at eisa.0 [ 0.966707] Cannot allocate resource for EISA slot 4 [ 0.966730] EISA: Detected 0 cards. [ 0.966815] cpuidle: using governor ladder [ 0.966818] cpuidle: using governor menu [ 0.967283] TCP cubic registered [ 0.967432] NET: Registered protocol family 10 [ 0.967792] lo: Disabled Privacy Extensions [ 0.967988] NET: Registered protocol family 17 [ 0.968196] Bluetooth: L2CAP ver 2.13 [ 0.968227] Bluetooth: L2CAP socket layer initialized [ 0.968233] Bluetooth: SCO (Voice Link) ver 0.6 [ 0.968236] Bluetooth: SCO socket layer initialized [ 0.968317] Bluetooth: RFCOMM TTY layer initialized [ 0.968322] Bluetooth: RFCOMM socket layer initialized [ 0.968325] Bluetooth: RFCOMM ver 1.11 [ 0.968347] powernow-k8: Power state transitions not supported [ 0.968364] Using IPI No-Shortcut mode [ 0.968429] PM: Resume from disk failed. [ 0.968442] registered taskstats version 1 [ 0.968509] Magic number: 1:300:954 [ 0.968688] rtc_cmos rtc_cmos: setting system clock to 2009-11-30 20:56:58 UTC (1259614618) [ 0.968694] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.968697] EDD information not available. [ 1.052478] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 1.052484] ata1.00: 25165824 sectors, multi 128: LBA [ 1.053021] ata1.00: configured for UDMA/33 [ 1.053153] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 1.053283] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.053336] sd 0:0:0:0: [sda] 25165824 512-byte logical blocks: (12.8 GB/12.0 GiB) [ 1.053407] sd 0:0:0:0: [sda] Write Protect is off [ 1.053411] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.053448] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.053619] sda: [ 1.054216] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 1.054889] ata2.00: configured for UDMA/33 [ 1.055385] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 1.058025] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray [ 1.058032] Uniform CD-ROM driver Revision: 3.20 [ 1.058135] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.058186] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.058273] sda1 sda2 < sda5 > [ 1.058778] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.058841] Freeing unused kernel memory: 540k freed [ 1.063987] Write protecting the kernel text: 4568k [ 1.066299] Write protecting the kernel read-only data: 1836k [ 1.577861] Floppy drive(s): fd0 is 1.44M [ 1.593244] FDC 0 is a S82078B [ 1.623990] pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 1.632748] pcnet32 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11 [ 1.632780] pcnet32 0000:00:03.0: setting latency timer to 64 [ 1.632836] pcnet32: PCnet/FAST III 79C973 at 0xd020, 08:00:27:5f:5e:7e assigned IRQ 11. [ 1.633029] pcnet32: Found PHY 0022:561b at address 0. [ 1.634101] eth0: registered as PCnet/FAST III 79C973 [ 1.634132] pcnet32: 1 cards_found. [ 4.032801] PM: Starting manual resume from disk [ 4.032808] PM: Resume from partition 8:5 [ 4.032812] PM: Checking hibernation image. [ 4.033201] PM: Resume from disk failed. [ 4.051616] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 4.051632] EXT4-fs (sda1): write access will be enabled during recovery [ 4.052525] EXT4-fs (sda1): barriers enabled [ 4.155343] kjournald2 starting: pid 288, dev sda1:8, commit interval 5 seconds [ 4.155368] EXT4-fs (sda1): delayed allocation enabled [ 4.155373] EXT4-fs: file extents enabled [ 4.156001] EXT4-fs: mballoc enabled [ 4.156080] EXT4-fs (sda1): orphan cleanup on readonly fs [ 4.156090] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 369 [ 4.156271] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 171078 [ 4.156317] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 135540 [ 4.156332] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 145668 [ 4.156347] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 135331 [ 4.156362] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 137455 [ 4.156372] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 135164 [ 4.156412] EXT4-fs (sda1): 7 orphan inodes deleted [ 4.156417] EXT4-fs (sda1): recovery complete [ 4.165112] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 4.366987] type=1505 audit(1259614621.895:2): operation="profile_load" pid=311 name=/usr/share/gdm/guest-session/Xsession [ 4.375996] type=1505 audit(1259614621.903:3): operation="profile_load" pid=312 name=/sbin/dhclient3 [ 4.377015] type=1505 audit(1259614621.907:4): operation="profile_load" pid=312 name=/usr/lib/NetworkManager/nm-dhcp-client.action [ 4.377191] type=1505 audit(1259614621.907:5): operation="profile_load" pid=312 name=/usr/lib/connman/scripts/dhclient-script [ 4.413597] type=1505 audit(1259614621.944:6): operation="profile_load" pid=313 name=/usr/bin/evince [ 4.419974] type=1505 audit(1259614621.948:7): operation="profile_load" pid=313 name=/usr/bin/evince-previewer [ 4.422931] type=1505 audit(1259614621.951:8): operation="profile_load" pid=313 name=/usr/bin/evince-thumbnailer [ 4.446835] type=1505 audit(1259614621.975:9): operation="profile_load" pid=315 name=/usr/lib/cups/backend/cups-pdf [ 4.447255] type=1505 audit(1259614621.975:10): operation="profile_load" pid=315 name=/usr/sbin/cupsd [ 4.952031] Adding 578300k swap on /dev/sda5. Priority:-1 extents:1 across:578300k [ 5.031706] udev: starting version 147 [ 5.364520] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr [ 5.500648] EXT4-fs (sda1): internal journal on sda1:8 [ 5.505327] lp: driver loaded but no devices found [ 5.609314] parport_pc 00:05: reported by Plug and Play ACPI [ 5.787824] psmouse serio1: ID: 10 00 64 [ 5.789217] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 [ 6.348107] ppdev: user-space parallel port driver [ 6.455342] ip_tables: © 2000-2006 Netfilter Core Team [ 6.917226] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9 [ 6.917232] PCI: setting IRQ 9 as level-triggered [ 6.917241] Intel ICH 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9 [ 6.917280] Intel ICH 0000:00:05.0: setting latency timer to 64 [ 7.273089] intel8x0_measure_ac97_clock: measured 53503 usecs (10262 samples) [ 7.273094] intel8x0: measured clock 191802 rejected [ 7.632822] intel8x0_measure_ac97_clock: measured 56236 usecs (7297 samples) [ 7.632827] intel8x0: measured clock 129756 rejected [ 7.826743] eth0: link up, 100Mbps, full-duplex [ 7.931836] __ratelimit: 3 callbacks suppressed [ 7.931842] type=1505 audit(1259614625.459:12): operation="profile_replace" pid=728 name=/usr/share/gdm/guest-session/Xsession [ 7.962467] type=1505 audit(1259614625.491:13): operation="profile_replace" pid=731 name=/sbin/dhclient3 [ 7.962743] type=1505 audit(1259614625.491:14): operation="profile_replace" pid=731 name=/usr/lib/NetworkManager/nm-dhcp-client.action [ 7.962915] type=1505 audit(1259614625.491:15): operation="profile_replace" pid=731 name=/usr/lib/connman/scripts/dhclient-script [ 7.992190] intel8x0_measure_ac97_clock: measured 53155 usecs (7297 samples) [ 7.992196] intel8x0: measured clock 137277 rejected [ 7.992200] intel8x0: clocking to 48000 [ 8.237649] type=1505 audit(1259614625.767:16): operation="profile_replace" pid=732 name=/usr/bin/evince [ 8.242311] type=1505 audit(1259614625.771:17): operation="profile_replace" pid=732 name=/usr/bin/evince-previewer [ 8.271875] type=1505 audit(1259614625.800:18): operation="profile_replace" pid=732 name=/usr/bin/evince-thumbnailer [ 8.331989] type=1505 audit(1259614625.859:19): operation="profile_replace" pid=765 name=/usr/lib/cups/backend/cups-pdf [ 8.371992] type=1505 audit(1259614625.900:20): operation="profile_replace" pid=765 name=/usr/sbin/cupsd [ 8.382393] type=1505 audit(1259614625.911:21): operation="profile_replace" pid=768 name=/usr/sbin/tcpdump [ 18.448077] eth0: no IPv6 routers present [ 436.859689] UDF-fs: No VRS found [ 436.859696] UDF-fs: No partition found (1) [ 436.872690] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 436.892713] ISO 9660 Extensions: RRIP_1991A [ 8925.438528] NET: Registered protocol family 4 [41672.402787] nf_conntrack version 0.5.0 (6143 buckets, 24572 max) [41672.506326] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [41672.506331] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or [41672.506335] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Спасибо сказали:
blackdevil
Бывший модератор
Сообщения: 2751
Статус: Добровольный помощник
ОС: Ubuntu (lts)

Re: помогите авторизироватся в samba домене доменным пользователем.

Сообщение blackdevil »

iУведомление от модератора
Везде расставил теги codebox, про которые автора просьба не забывать. Тема переезжает в Администрирование.
Простые решения для Ubuntu-подобных систем: смотрим тут
Спасибо сказали:
Аватара пользователя
vodnick
Сообщения: 70
ОС: Ubuntu

Re: помогите авторизироватся в samba домене доменным пользователем.

Сообщение vodnick »

delete me
Спасибо сказали: