User:Po0ky
From Gentoo Linux Wiki
Contents |
[edit] MyQuickLinks
- HOWTO Samba PDC with LDAP -- (T)
- Before (Quick Overview)-- (T)
- Install -- (T)
- Basic Setup -- (T)
- Basic Evaluation -- (T)
- Security Upgrade -- (T): Using an account that is not the root dn.
- Security Evaluation -- (T)
- Performance Tuning -- (T): Group Policies
- Migration -- (T)
- Admin Tools -- (T)
- Complete Config Listings -- (T)
- Reference -- (T)
[edit] Must Remember
[edit] Bookmarks
- http://iptables-tutorial.frozentux.net/iptables-tutorial.html
- http://www.dvdloc8.com
- http://dopewars.sourceforge.net/
- http://www.atutor.ca/
- http://devphp.sourceforge.net/
- http://www.ravencore.com/
- http://www.nerdclub.net/alp/
[edit] HOWTO do driver thingy on printer share
- Copy driver mess to .../samba/printers
- Get driver information from some source (win, samba)
# rpcclient -U root -c 'getdriver <printername>' OLDSERVER
[Windows NT x86]
Printer Driver Info 3:
Version: [3]
Driver Name: [HP LaserJet 4V]
Architecture: [Windows NT x86]
Driver Path: [\\sambasrv\print$\W32X86\3\UNIDRV.DLL]
Datafile: [\\sambasrv\print$\W32X86\3\HPLJ4V.GPD]
Configfile: [\\sambasrv\print$\W32X86\3\UNIDRVUI.DLL]
Helpfile: [\\sambasrv\print$\W32X86\3\UNIDRV.HLP]
Dependentfiles: [\\sambasrv\print$\W32X86\3\STDNAMES.GPD]
Dependentfiles: [\\sambasrv\print$\W32X86\3\UNIRES.DLL]
Dependentfiles: [\\sambasrv\print$\W32X86\3\TTFSUB.GPD]
Dependentfiles: [\\sambasrv\print$\W32X86\3\PCL5ERES.DLL]
Monitorname: []
Defaultdatatype: []
- Add driver to samba cache:
Formaat:
<Long Printer Name>:<Driver File Name>:<Data File Name>:\
<Config File Name>:<Help File Name>:<Language Monitor Name>:\
<Default Data Type>:<Comma Separated list of Files>
rpcclient -U root -c 'adddriver "Windows NT x86" "hplaserjet4v:unidrv.dll:hplj4v.gpd:unidrvui.dll:unidrv.hlp:NULL:NULL:\
stdnames.gpd,unires.dll,ttfsub.gpd,pcl5eres.dll' SAMBASRV
- Link printer to driver
rpcclient -U root -c 'setdriver <printername> <drivername>' SAMBASRV
[edit] TODO
- phpLdapAdmin templates to use with a samba pdc
- poledit.exe stuff
- Fix Box File template!
