/srv/irclogs.ubuntu.com/2010/01/27/#edubuntu.txt

sbalneavjoerg: being able to add unix users via a web interface is usually considered to be a bad idea.00:03
joergsbalneav, because? :)00:07
sbalneavBecause if you have any kind of a problem/vulnerability on your web interface, people can use that to create local users.00:08
sbalneavThen, if you've got unpatched local root exploits, they're root very quickly.00:08
sbalneavIf you're talking about creating users for JUST the portal, that's one thing00:11
sbalneavbut if creating a user creates a login Linux login, that's usually considered to be "bad practice"00:11
* HedgeMage seconds sbalneav's comments00:12
sbalneavEspecially if, as you're suggesting this is an external portal project where literally *anyone* can potentially create an account.00:13
joergsbalneav, anyone?01:29
joergsbalneav, I can't see your point. the user DB is ldap based. that means, slapd is responsible to give users and groups previleges01:30
joergsbalneav, a user has credentials and he will bind to LDAP with his own DN01:31
joergand slapd will either say: yes, you are authorized to modify the user tree or no, you aren't.01:31
joergneither the webserver (which is just acting as ldap client) nor the ldap server run as root afaik01:32
joergapart from that I don't plan to use pam_ldap for ssh or anyother login services01:33
joergthe local computer center here installs servers in the schools, but none of the teachers or students does ever get the root password, not even the headmaster has it.01:35
rhce7320q/quit02:22
sbalneavThere's a difference between binding to ldap, and entering new dn's02:25
sbalneavif you're not planning on using pam_ldap, how are people going to log in on the lab?02:25
joergsbalneav, hmm? they don't need to login to the server.02:45
sbalneavWell, they do if they're in a lab setting02:46
sbalneaveither full fledged workstations connected via libpam_ldap, or in an LTSP thin client lab.02:47
joergwhy?02:48
joergthe workstations logon to nothing here :P02:49
sbalneavThat's not how most schools do it.02:50
joerg190 out of 200 do it here02:50
sbalneavMost of them are creating users on the Edubuntu machine, either locally, or in ldap.02:51
joergwhy should anybody need to set up auth stuff in a primary school?02:51
joergstudents dont even have accounts there02:51
sbalneavlots do02:51
joergnot here02:51
joergwho should do that?02:51
sbalneavyeah, and?02:51
joergthe two full time admins we have?02:51
sbalneavSo, the entire world to switch over to the way joerg does things? :)02:52
joergsetting up that stuff for over 200 schools? lol02:52
sbalneavlots of schools already have huge login databases in AD02:52
sbalneavWe need to interact with that.02:52
joergno, but joerg get's paid by an organization that doesn't care how the rest of the world would like to have it :P02:52
sbalneavOk, so that's fine.02:53
sbalneavDo whatever you like then.02:53
joerglol02:53
sbalneavNo one's stopping you here :)02:53
joergI just can't provide them with solution that dont fit.02:53
joergthey want to manage the users in a webbased app02:53
joergbecause that is the police.....not giving them the root password. no shell access at all.02:53
sbalneavOk, but that's not Edubuntu's target audience today.02:54
joergthey can setup some edubuntu ltsp stuff if they have somebody who knows how to do it and do whatever they like...02:54
joergwell....02:54
joergso edubuntu cannot be used to provide file access, mail server and a web portal to a school? :P02:55
sbalneavWell, edubuntu's focused on the desktop02:55
joergoh, I thought it was focused on both....02:56
sbalneavI.e. providing desktop apps like Kalzium, gimp, etc. for students to use.02:56
sbalneavYou're just wanting a pure web portal with absolutely no desktop02:56
sbalneavNo, today we're mainly focused on providing an educational desktop.02:57
joergwell web apps are kind of desktop apps :)02:57
sbalneavThey are, and the only thing we're debating about is where userid's get created.02:57
joerghmm, and what distribution should I use if I want to provide the server part? :)02:57
joergyes, and what would you do in my case? :P02:58
joerghow else shall they manage users in the setups they have?02:59
joergthe only thing I can guarantee is that they mostly have windows clients and if I am lucky a more or less recent web browser.02:59
sbalneavmake your web based user id creation a module that can be unloaded, so that if Edubuntu ships it, we can create a desktop app to create the userids02:59
joergall modules will be unloadable :P03:00
sbalneavWe're not catering to people with windows desktops, we're catering to people who want to *replace* windows desktops with edubuntu desktops.03:00
sbalneavSo, then, nobody's saying you can't have web based account creation.03:01
joergok, then I am gonna tell them they shall use win 2003 servers and edubuntu desktops *lol*03:01
sbalneavAll I'm saying is, we wouldn't *ship* web based account creation on the edubuntu dvd03:01
sbalneavDude, you came in *here* looking for help03:01
joergsbalneav, because you don't let your users decide themselves. very nice :P03:02
sbalneavWe can't ship everything, and nothing says they can't install it after the fact.03:02
sbalneavBut just like Ubuntu picks and chooses what apps they ship on their cd, we do the same.03:03
joergsbalneav, well, that's true, but not including it in the repository would be wrong :P03:03
sbalneavI didn't say it couldn't be in the repo03:03
sbalneavI said it wouldn't ship and install by default ON THE DVD03:03
sbalneavobviously, after the fact, people can do whatever they'd like.03:03
joergsure03:04
joergso ldap-account-manager is not included in the dvd? :)03:04
joergit is not that bad btw. - just a bit overkill for teachers03:04
sbalneavyes, the ldap-account-manager web page wouldn't be included on the dvd, we'd write/ship something similar that would run from System->Administration menu.03:05
sbalneavAfter the fact, once someone installs edubuntu, if they want to apt-get web-ldap-account-manager, they're welcome to.03:05
joergsbalneav, well, but once again.....what did I get wrong about it? :)03:06
joergas far as I understand ldap, you bind to it with a DN03:06
joergthen you can do whatever operations you want03:06
joergat least I thought you can add user records then when you have the right to?03:06
sbalneavNo, that's not how LDAP works.03:07
joergor is there only one root/admin-dn that can do it?03:07
sbalneavThe only way you can add new DN's is via the admin login.03:07
joergok, then you are unfortunately right that it is not the best idea :P03:08
joergit is actually a very bad thing for schools.....that single admin concept03:08
sbalneavDoesn't invalidate the rest of your ideas though03:08
sbalneavThe rest of what you want to do's quite good.03:09
joergthanks ;)03:09
sbalneavYou were debating about 2% of what you want to do :)03:09
sbalneavthe other 98%'s great.03:09
sbalneavLike I say, what we need now is a spec.03:09
joerganyway....that is a pain :P03:09
joergI really thought ldap was different03:09
joergI'd like to have a group "usercreators" which I just give the right to add and modify these ldap records03:10
sbalneavLDAP's a royal Pain.  I've worked with it for years and years.03:10
joergwe can't give them the root pw03:10
joergbut they need to create users03:10
sbalneavI was the person who added shadow password support for ldap to libpam_ldap, years ago.03:10
joergmhhm03:11
sbalneavbut creating users is simple, and can be handled any number of ways.03:11
joergcould we set a kind of user management daemon on top?03:11
sbalneavLets concentrate on the rest of it for now, and fill that peice in towards the end.03:11
sbalneav:)03:11
joerglol03:11
joergI just wonder how to do it in a secure way.03:12
joergeven with your gnome app it would be hard03:12
sbalneavWell, the gnome app auth's against policykit or the like.03:12
sbalneavWhat we should do (and not today, I'm up to my neck in another issue right ATM) is sit down, and I can help you map out a spec on launchpad.03:13
sbalneavonce we've got a "rough" outline of what you'd like to do, then we can set up a repo, try to gather some people to the project via the mailing list, etc.03:14
sbalneavI can set aside a couple of hours for this tomorrow evening (for me, it's currently 9:14 pm here), you're in de, right?  So it's probably mid afternoon?03:15
sbalneavno wait03:15
joerglol no03:15
sbalneavIim going the wroing03:15
sbalneavway03:15
sbalneavVery late there03:15
sbalneavlike what, 3am?03:15
joergfuckin late, yeah03:15
joergshould go to bed :D03:15
sbalneavheh, yeah03:15
sbalneavPing me when you see me on tomorrow morning in about 12 hours.03:16
sbalneavWe can write up a spec.03:16
joergthat would be cool, thx03:16
sbalneavNP03:16
sbalneavHave a good evening.03:16
joergI already played around with launchpad03:16
joergcreate a project "myserv" ;)03:17
joergand uploaded an empty django project03:17
joergworks quite well....03:17
joergsbalneav, thx....have a better one :P03:17
sbalneavGuten tag03:18
joergneee03:18
joerggute nacht :P03:18
sbalneavah, yeh03:18
sbalneavAlso, look for ogra03:18
sbalneavin this channel03:19
sbalneavhe's also de03:19
sbalneavSo, on a related note, to anyone else who's listening03:20
sbalneavread my post on edubuntu-devel03:20
sbalneavMy mind is *BLOWN*03:20
sbalneavgconf with an LDAP backend makes me oh-so-happy.03:20
sbalneavI didn't even know you could extend gconf that way.03:21
Ahmuck-Jrsbalneav: good work on LDAP03:22
joergdo US schools have paid admins? ;) just curious....03:29
sbalneavSome do, lots don't03:30
sbalneavI know lots of Canadian school divisions do.03:30
joerghmm, ok....03:30
joergwe have got two for 200 schools :D as I said.03:30
sbalneavI also know most brazillian ones don't03:30
joergso everything is just about saving work :P03:31
joergsbalneav, a collegue was at a conference some time ago where the guys from munich presented their IT concept03:31
sbalneavI'm just looking through this code.  It's like, 800 odd lines.03:31
sbalneavit's nothing.03:32
joergwe have got the whole region here, some schools are one hour drive away from "the base" :)03:32
sbalneavAnd it basically means you DON'T have to configure evolution for someone.03:32
joergthey have got about 200 schools as well, but 20 full time admins....03:32
sbalneavWhen you create their ldap DN, you just populate a couple of schema keys, and evolution just starts up, *ready to rock*03:32
joergand at the conference they told us what a smart concept they have and that they only need 20 people03:32
joergwell, my collegue raised his hand and just said: well, we are doing the same thing with two of them :)03:33
sbalneavheh, good for you03:33
sbalneavthat probably set them on their ears.03:33
joergbut munich is a snobbish city you even know in the US :P03:33
joergwhile this countryside is nothing that anybody gives a damn about :)03:34
joergyeah indeed :)03:34
joergbut they still wanna shorten it more here03:35
joergreducing them to half time jobs03:36
joergdoes unattended updating work well?03:39
joergI mean we cant push apt on 200 servers every now and then....03:39
sbalneavWell, unattended updating works as well as it does in debian.  As well as it does in any Linux distro.03:40
sbalneavWhich is to say "Perfectly, until it breaks" :)03:41
sbalneavFor the most part, I've had no trouble.03:41
joergyeah, that's my fear03:41
joergthat proprietary solution had the advantage that we could blame somebody else :P03:41
sbalneavYeah, you can *blame* someone else, but I bet you still had to fix it :)03:42
joergthe proprietary "IServ" is a debian actually, preconfigured and some crappy php portal on it.03:42
joergwith heaps of root exploits I guess03:42
joergbecause they do e.g. passwd/shadow user management with php scripts :D03:43
sbalneavWell, apt usually does a pretty darned good job of keeping things working, so long as you don't have a broken package.03:43
joergand, well, they have a test server,checking updates there first03:43
joergbefore passing that through to their own package repository.03:43
sbalneavyeah, that would be the best way to go.03:43
sbalneavYou can also use "expect" behind the scenes to automate things.03:44
joerghave to have a look at it...thx03:44
joergmy idea would be to do it in a semi autmoatic way03:44
sbalneavI automate my updates where I work.03:45
joerghaving one playground server to test it....and then somehow giving the command to update to everybody...03:45
joergwe can't host the whole ubuntu stuff I am afraid...03:45
sbalneavI have them download automatically, so they're already on the box, but not install.03:45
joergso they have to download it from the original sources03:45
sbalneavthen I have some expect scripts to actually trigger the updates on everyones box.03:45
joergah, that sounds good....and how do you push the actual install?03:45
sbalneavThe debs we handle with an apt-cache.03:46
sbalneavso the first box that gets the update primes the cache, and then everyone else gets the update from the cache.03:46
sbalneavAll of that's pretty easy to set up.03:46
joergwouldn't make sense here03:46
joergbecause of poor bandwidth03:46
joergour apt-cache would have a dsl line connecting it to the others03:47
joergat 192 kbit upload :)03:47
sbalneavah, yeah03:48
joergif we wouldn't have that bottleneck, we wouldn't have servers in the schools at all.03:49
joergmaybe in ten years or so.03:49
joerghaving all the stuff on S3 :)03:50
joergbtw. does anybody provide the same stuff amazon S3 does for e-mail?03:50
sbalneavI don't know.  In my line of work, I can't do anything cloud related.03:51
joergmhhm....pitty03:52
sbalneavMy full time job's as a Systems Admin for Legal Aid Manitoba.03:52
sbalneavStoring anything client related on the cloud's.... frowned upon :)03:52
joerghe he....03:52
joergwell, that's the nice thing about the good old schools03:53
joergyou don't really have to put much effort in security and safety03:53
joergbecause nobody wants their data :)03:53
joergsbalneav, I'd like to set all the MX records of these 200 domains to mx.amazonaws.com and get rid of all the trouble :)03:56
sbalneavheh04:00
joergsbalneav, mail is a pain....all that spam filtering and virus scanning.....04:02
rhce7320 /quit04:07
sbalneavNight all!04:29
=== nixternal_ is now known as nixternal
dgroosGood Morning13:48
dgroosWhat are good keywords to search on google for info on connecting a regular desktop to my (at present only thin client)network and get the list of users from my server.13:50
dgroosI've spent some 20+ minutes searching for this info! along with browsing likely system pref and admin tools on my desktop system.13:51
vmlintuyou mean the users listed in /etc/passwd?13:54
highvoltagehey dgroos13:58
highvoltagedgroos: you want to authenticate against your ltsp server from a standalone fat-client machine?13:59
dgroosvmlintu: yes!13:59
dgrooshigh hivoltage!13:59
vmlintuand you want to have the same users on the regular desktop?14:00
dgrooshighvoltage: exactly.14:00
highvoltagedgroos: although not as secure or flexible as ldap, you could use NIS+ for that14:00
dgroosvmlintu: not sure what you mean by, 'same users on the regular desktop'?14:00
dgroosNIS+?14:01
dgroosI'll check into it.  Thanks!14:01
vmlintudgroos: do you want that all the users who have accounts on the server can login to the desktop with same username/password?14:01
dgroosvmlintu: Exactly.14:02
joergmorning :)14:03
joerganybody tried gosa? http://gosa-project.org14:04
joergsbalneav, hey....I am awake ;)14:04
dgroosmorning joerg14:04
joergI haven't tried it yet, but seems that it is a themeable web based ldap manager that has ACL support14:05
joergthat you can give teachers only certain permissions....14:05
vmlintudgroos: nis, ldap or passwd synchronisation some of the options14:21
dgroosvmlintu: I've been reading some.  Looks like nis+ and LDAP are kind of difficult.  Will passwd synchronisation allow for students to access their networked home directories?14:28
vmlintudgroos: if you use plain nfs, it should work14:30
joergdgroos, why not? :P14:30
joergvmlintu, hey....sorry, didn't answer you mail yet :)14:31
vmlintujoerg: hi14:31
joergdgroos, ldap is not a big deal at all :P install slapd, install migrationtools and that's it :)14:32
dgroosvmlintu: I'll check up on nfs :)  Thanks for your help, I'll be back on this job tomorrow, same time, same channel :)14:32
vmlintudgroos: if you use nfs3, you have to have same uids on both ends14:33
dgroosjoerg: seems like the config of these may not be so trivial...14:33
vmlintujoerg: I just noticed that with lucid you have to do some configuration before slapd works like it used to..14:34
joergdgroos, mhhm...I have set up ldap servers in schools several times....there's not much to config14:34
joergvmlintu, dunno....didn't check out lucid so far.14:35
vmlintujoerg: have you used /etc/ldap/slapd.conf to configure it?14:35
dgroosvmlintu: you mean I need to import the list of users onto the local system, then the process you mentioned will synchronize their user info and as long as the uid are same to start with, users should be able to access their home folders on the server?14:35
joergbut anyway, I'd always recommend using ldap instead of hacking some rsync passwd/shadow scripts....:)14:35
joergtake 30 minutes more to set up ldap14:36
joergand save a lot of time and work in the future14:36
dgroosjoerg:  I'll look more into LDAP then, thanks.14:36
joerge.g. when integrating new machines, services and applications14:36
vmlintudgroos: passwd synchronization needs quite a bit of hacking, there's no ready solution for it, I think14:36
dgroosvmlintu: thanks for your insight.14:37
joergvmlintu, yes, I think so....14:37
dgroosHave a great day folks!14:37
vmlintujoerg: the new ubuntu packages really make you to use the cn=config model14:37
vmlintujoerg: I've been trying to avoid it until now, but finally went through it..14:38
vmlintuI couldn't find any existing documentation on it that would work for lucid as is. The documents for hardy/jaunty/karmic do not work anymore for all the things14:40
mhall119|workare there any good GUI tools for managing user acounts on LDAP?14:40
vmlintuI just finished writing about the steps needed to get basic OpenLDAP running on lucid alpha2 here: http://www.opinsys.fi/en/setting-up-openldap-on-ubuntu-10-04-alpha214:41
vmlintumhall119|work: Not sure about GUI tools, I've been using mostly web based applications..14:43
mhall119|workokay, what's a good web-based one?14:44
joergvmlintu, looks good. thx. but why did they make it that complicated? :P14:45
vmlintujoerg: the cn=config model gives you dynamic configuration, so I guess that's the reason14:46
joergI haven't setup slapd for ages, but after all I remember I just had to enter the root dn (dc=myschool,dc=edu) and have a look at slapd.conf to include the right schemes....14:46
vmlintujoerg: I'm writing now a script to take care of the steps listed14:46
joergand then get the users and stuff with migrationtools14:46
joergvmlintu, btw. I will get a demo karmic server.....to play around with all that stuff....14:48
vmlintujoerg: you mean the user management stuff?14:49
joergvmlintu, I mean everything14:49
joergthat is related to the portal project14:50
vmlintujoerg: how much you have played with CAS?14:55
joergvmlintu, not at all :)14:56
joergvmlintu, just know it from the user's perspective and from the docs14:56
vmlintujoerg: which CAS server you plan using?14:57
joergvmlintu, I only know the yale cas server....14:57
joergthat is now developed by jasig14:57
joergthe thing is: for web based single sign on, there's shibboleth, openid and cas14:58
vmlintujoerg: ok.. I've been using rubycas-server for couple of things in the past14:58
joergcas is the only one that has pam modules being able to authenticate services like imap, ssh, sftp as well.14:58
vmlintuoauth works also for authentication14:58
joergvmlintu, and that works with pam as well?15:00
vmlintudo you mean rubycas-server or oauth?15:00
joergvmlintu, oauth15:03
joergvmlintu, the thing is: the webmail module must access the imap server and the homedir the sftp server. using the oauth/cas ticket they already have.15:04
vmlintujoerg: oauth is used for web applications.. For example Twitter uses it to authenticate the REST requests to their API15:05
joergwell, that is nice.15:05
=== ogra_ is now known as ogra
joergbut doesn't make sense if the web applications needs to check user's mails using IMAP15:05
vmlintuI wouldn't try to use it for IMAP15:06
joerghe he15:06
joergso the only thing left ofer is cas15:06
joergover15:06
vmlintuI haven't used cas for anything else than web sites15:06
joergyes15:07
joergand? :P15:07
joergwe are talking about web apps, aren't we?15:07
joergthe users will not use cas to authenticate their thunderbird against imap :P15:07
joergbut the web mail will to avoid asking the user for a password again.15:08
vmlintuare you going to proxy the cas ticket to the imap server?15:08
joergyes15:08
joergthe imap server will use pam_cas to validate it15:08
joergconfigured as "auth sufficient" in the pam config15:09
vmlintuI've never used the proxying features of cas, just plain web authentication15:09
joergyeah, because you don't have backends that need auth again15:09
joergvmlintu, but zimbra should do that, shouldn't it?15:09
vmlintunever tried using cas with zimbra15:10
joergvmlintu, well I thought the finnish open school project does it? :P15:11
vmlintuit doesn't use cas that I know of..15:11
joergmhhm15:11
joergwhat does it use then? ;)15:11
vmlintuI'm not actually involved with that project, so I don't know all the details, though..15:12
joergmhhm.....okay15:12
joergat least they are using some single sign on system15:12
joergthat sends me that nice message saying "auth failed" when I click the link....15:13
vmlintuyes, it has some other sso system for zimbra15:13
joergmhhm15:13
vmlintuwell, I need to get kerberos working on the lucid setup next..15:14
joergI just wonder what kind of user I am after registering :)15:14
joergI can login to the elgg thing15:14
joergvery confusing.....as I thought there'd be one single user DB....15:14
vmlintuI'll probably see the guys who did it on Friday15:15
sbalneavMorning all16:47
HedgeMageHi, sbalneav16:50
sbalneavMorning ShrubberySorceress16:52
Ahmuckhow do i get a .jar file to work?17:31
Lns_hey sbalneav17:36
sbalneavAhmuck: well, depends.  Is it a library?17:37
sbalneavusually, it needs to go somewhere in java's library search path17:37
sbalneavSoooooo, I hear Ubuntu's changing the search engine to a bad one.  Wonder what file I have to edit to change it back to the good one?17:38
alkisgHmmm you might need sabayon for this... ;)17:44
alkisg(I think it's in ubufox)17:45
sbalneavUnFORtunately, firefox doesn't support gconf, so it's hard to get things going for firefox under sabayon :(17:49
sbalneavSigh, I need to fix that somehow.17:49
Ahmucksearch enging?17:50
Ahmuckto a bad one?17:50
Ahmuckwhat search engine17:50
Ahmuckis there a way to start it from the command line?17:56
Ahmucker, the .jar file17:57
Ahmuckhttp://www.chibipaint.com/downloads.html - i'm trying to get this to run17:59
Lnssbalneav, you think firefox.js would have what's necessary?18:14
LnsAhmuck, https://lists.ubuntu.com/archives/ubuntu-devel/2010-January/030065.html18:14
* Lns wonders what could be integrated into firefox-gnome-support18:15
LnsWith simply changing the homepage globally for FF, I can imagine it's no small feat. I never *could* get that to work correctly, had to install ubufox for 8.10 to even get close to a google.com homepage for everyone by default. Ugh.18:16
LnsSpent *years* trying to figure that out.18:17
sbalneavheh, "Two easily discoverable clicks" == "two easily discoverable clicks for the technically savvy, 185 phonecalls of "How come search doesn't go to google anymore" for the rest of us."18:17
* Lns nods18:19
Lnshate to sound anti-M$^HS but jeez...yahoo? because of revenue sharing? Is ubuntu really that dependent on revenue? I'd hate to see it if Canonical runs out of money :(18:21
joerg__sbalneav, hey....give me a shout whenever you like to help with the spec ;) thx18:23
alkisgMeeting in 30' ?18:28
sbalneavalkisg: Think so.18:32
sbalneavjoerg__: Yeah, I'll see if I've got a few after the meeing.  Todays becoming busier than I wanted.18:33
joerg__sbalneav, take your time ;) btw. do you know the gosa project?18:34
stgrabermeeting in 8 minutes18:52
stgrabersbalneav, alkisg, Lns, highvoltage, nixternal, HedgeMage, whoever I forgot: Meeting !18:59
alkisgsbalneav, highvoltage, stgraber, Lns, nixternal, HedgeMage and all, meeting :)18:59
alkisgHeh :)18:59
stgraberI was first ;)18:59
Lnsalready in the chan ;)18:59
dhillon-v10highvoltage: hi there :)19:00
alkisgdhillon-v10: meeting in #ubuntu-meeting19:01
dhillon-v10alkisg: almost forgot about that, sorry :)19:02
nixternalhola19:09
LnsWow, Sugar is surprisingly useful on 9.1020:32
Lnsstgraber, I've installed sugar packages on my 9.10 install here at home and it seems to work great (used instructions from http://wiki.sugarlabs.org/go/Community/Distributions/Ubuntu ) - Lucid looks like it has 0.88 already packaged according to that site. I'm curious, what stands in the way of including this in edubuntu lucid? testing?20:50
Lnshttp://wiki.sugarlabs.org/go/Community/Distributions/Debian is Debian page from sugarlabs.org, to see the differences between the two - you mentioned that in the meeting20:53
highvoltageeek, sorry about that21:04
=== highvoltage changed the topic of #edubuntu to: Edubuntu - the education version of Ubuntu | http://www.edubuntu.org | wiki: http://wiki.edubuntu.org/Edubuntu | 9.10 is released!, see http://www.edubuntu.org/news/9.10-release | Help out with bugs: http://tinyurl.com/EduBugs | LTSP questions? try #ltsp
highvoltagesorry I somehow lost a bit track of time21:08
highvoltagestgraber, Lns, sbalneav: did someone take notes or can I do it from the logs?21:08
Lnshey highvoltage - i didn't take notes myself, no21:09
stgraberhighvoltage: I have the actions noted here but not actual meeting notes21:10
joerg__vmlintu, hey....are u already writing a script for easy slapd setup in lucid? btw. karmic has the cn=config stuff as well...21:19
=== joerg__ is now known as joerg

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!